diff options
Diffstat (limited to 'user/iputils/APKBUILD')
-rw-r--r-- | user/iputils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/iputils/APKBUILD b/user/iputils/APKBUILD index 142a5ff2d..f3cca0f7e 100644 --- a/user/iputils/APKBUILD +++ b/user/iputils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Dan Theisen <djt@hxx.in> pkgname=iputils -pkgver=20190515 +pkgver=20190709 pkgrel=0 pkgdesc="IP Configuration Utilities (and Ping)" url="https://github.com/iputils/iputils/" @@ -33,4 +33,4 @@ package() { ln -s ping "$pkgdir"/usr/bin/ping6 } -sha512sums="adb8831ca3a567b9a5f3762227c631aefa62eedbaa7578c2bfea90b6d494b9e0cccf49b68713912611ec56c352d6c517df9e8409c9c9478cfc5732371c8cf250 iputils-20190515.tgz" +sha512sums="5db18ac49fa46ed810da4d508e78f4baf2d5c07e7f923eb49d005ad8745743d8861e5788b34a7e37fb7261cee7ddfb768b737eee9d200502ea53537142cac6b5 iputils-20190709.tgz" |