diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 16:37:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 16:37:51 -0300 |
commit | 281897af19aef52b85a33ed9f99fa06feec4f93d (patch) | |
tree | e90c03f1b334ed68b25d765b832ae8bf1c05300f /community/stow | |
parent | 6a79e51a957ef208ec6938a8ed0196c0887c39d1 (diff) | |
download | aports-281897af19aef52b85a33ed9f99fa06feec4f93d.tar.bz2 aports-281897af19aef52b85a33ed9f99fa06feec4f93d.tar.xz |
community/stow: downgrade to 2.2.2
Diffstat (limited to 'community/stow')
-rw-r--r-- | community/stow/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/stow/APKBUILD b/community/stow/APKBUILD index 9e6004701c..084fa42c03 100644 --- a/community/stow/APKBUILD +++ b/community/stow/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stefan Wagner <stw@bit-strickerei.de> # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=stow -pkgver=2.3.0 +pkgver=2.2.2 pkgrel=0 pkgdesc="Manage installation of multiple softwares in the same directory tree" options="!check" # Tests fail to run @@ -32,4 +32,4 @@ package() { rm "$pkgdir"/usr/share/doc/stow/version.texi } -sha512sums="02f0b13f24c416302266025be01ce2d291d548d84cae6619712ab9f6ddb82ed6f32a82b2b085713e42252b2b7469de20f7d2999a3b88e1119526e300f5941034 stow-2.3.0.tar.gz" +sha512sums="8a3e5da6b5cb4c1ee1b512bae5a9859f83659d5de05f7a9af1dd09df2a32f6b8c6d43b79736db91232c43621d542041d4ef92eb088925796adad0676f200a9b5 stow-2.2.2.tar.gz" |