diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-04-22 12:35:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 12:35:02 +0300 |
commit | 403df4fcfac29087f4290ad22659fb53fc72510b (patch) | |
tree | afd5ff2d71893b080a4becd14df882d5283ebc52 /utils | |
parent | ed3486547b74231011f39de348f738881f0ed00b (diff) | |
parent | cc76e273a4a9dc004d9c5b701577d70d458eb7a5 (diff) |
Merge pull request #5919 from diizzyy/patch-3
utils/ncdu: Update to 1.13
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ncdu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ncdu/Makefile b/utils/ncdu/Makefile index 1e01c5c49..e71e896e6 100644 --- a/utils/ncdu/Makefile +++ b/utils/ncdu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncdu -PKG_VERSION:=1.12 +PKG_VERSION:=1.13 PKG_RELEASE=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dev.yorhel.nl/download -PKG_HASH:=820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a +PKG_HASH:=f4d9285c38292c2de05e444d0ba271cbfe1a705eee37c2b23ea7c448ab37255a PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |