Browse Source

Merge pull request #12818 from neheb/ncd

ncdu: update to 1.15.1
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
48f95c9016
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/ncdu/Makefile

+ 2
- 2
utils/ncdu/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ncdu PKG_NAME:=ncdu
PKG_VERSION:=1.15
PKG_VERSION:=1.15.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dev.yorhel.nl/download PKG_SOURCE_URL:=https://dev.yorhel.nl/download
PKG_HASH:=4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb
PKG_HASH:=b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0
PKG_MAINTAINER:=Charles E. Lehner <cel@celehner.com> PKG_MAINTAINER:=Charles E. Lehner <cel@celehner.com>
PKG_LICENSE:=MIT PKG_LICENSE:=MIT


Loading…
Cancel
Save