diff options
-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" |