diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-08 19:38:26 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-08 19:38:34 +0100 |
commit | abef282b0189535914cfad1e035e3de23167a04d (patch) | |
tree | 4e1f10dc0d8c7168a763f179f1ff1e1d5fb5f006 /community | |
parent | 4f7156c81f847bf5e777a1ec4d321045819a5454 (diff) | |
download | aports-abef282b0189535914cfad1e035e3de23167a04d.tar.bz2 aports-abef282b0189535914cfad1e035e3de23167a04d.tar.xz |
community/outils: upgrade to 0.9
Diffstat (limited to 'community')
-rw-r--r-- | community/outils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/outils/APKBUILD b/community/outils/APKBUILD index 8cbfa58851..a1a9c3278a 100644 --- a/community/outils/APKBUILD +++ b/community/outils/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=outils -pkgver=0.8 -pkgrel=1 +pkgver=0.9 +pkgrel=0 pkgdesc="Port of some non-standard OpenBSD tools to Linux" url="https://github.com/chneukirchen/outils" arch="all" @@ -64,4 +64,4 @@ _tool() { rmdir "$pkgdir"/usr/ 2>/dev/null || true } -sha512sums="d6687cbd8a07bdec6ba8771762d8051d06895f2df619b8d409b833139c5ae984852d0baaed349839b92c8c29e0d8494644be584fd58aa561c2526a34ce83e040 outils-0.8.tar.gz" +sha512sums="de3ee49a64a2c7eff8b8226d6597cb181c64a6841f6d25359d0ca166b12576057863aa5bafa699c3954dff50193c3c3ee7f322b895a9da10b6fa25306aa70991 outils-0.9.tar.gz" |