diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-12 07:19:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-12 07:19:29 +0000 |
commit | 4dffd1ba23524c5d1948dd13440a08607b4d334f (patch) | |
tree | 1fe6af2fa6d3676b7621b895e8778b75cff43fee /community/moreutils | |
parent | bdce5cc0b4333fac1e7241fc16d9556602d86325 (diff) | |
download | aports-4dffd1ba23524c5d1948dd13440a08607b4d334f.tar.bz2 aports-4dffd1ba23524c5d1948dd13440a08607b4d334f.tar.xz |
community/moreutils: upgrade to 0.63
Diffstat (limited to 'community/moreutils')
-rw-r--r-- | community/moreutils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/moreutils/APKBUILD b/community/moreutils/APKBUILD index 0a15ec8e51..6d18d81e90 100644 --- a/community/moreutils/APKBUILD +++ b/community/moreutils/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=moreutils -pkgver=0.62 -pkgrel=1 +pkgver=0.63 +pkgrel=0 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" url="https://joeyh.name/code/moreutils/" arch="all" @@ -33,5 +33,5 @@ package() { mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils } -sha512sums="4d1bd481695f3152d33fbb8a58ca923c70ad0a189df7272082adb8d2ccaf0349a3816b6e0f642b667faa36935e4098ed4d2b40dfd256f84b7d5c48e9ace0bdc2 moreutils_0.62.orig.tar.xz +sha512sums="71bd5ec4d265dff708db372189146acb067c4edaf62888755d245ccb3f4b5bb54f6c31bda68991f78c27ab231de8ea7126f947834f3604b60d7142d0357cb66b moreutils_0.63.orig.tar.xz 38c0088c2c637ac1cc809c16b7a2fb386a67d88a7aca2aef458203de3599fe6258c80ab0b5edfbb534203d71510c4d37abe4ebe23427273a4ccecf305736c9e3 docbook-xsl.patch" |