diff options
Diffstat (limited to 'shellrc/APKBUILD')
-rw-r--r-- | shellrc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shellrc/APKBUILD b/shellrc/APKBUILD index 5939dea..3d2e201 100644 --- a/shellrc/APKBUILD +++ b/shellrc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Karel Kočí <cynerd@email.cz> # Maintainer: Karel Kočí <cynerd@email.cz> pkgname=shellrc -pkgver=0.5.2 +pkgver=0.7 pkgrel=1 pkgdesc="Shell initialization files" url="https://git.cynerd.cz/shellrc/" @@ -25,4 +25,4 @@ bash() { "$builddir/install" --prefix "$subpkgdir" --bash --no-base } -sha512sums="6680c6e83a1ace52e0e6d40f94c3673fdbee0ce4ea20652e05242bad510c753f296a67f356814e998d245205d906f5847b8b6c22eaa369956ce597308e63a811 shellrc-0.5.2.tar.gz" +sha512sums="5f323119b8ce5c3f45aff78b1571ca3881a4e4446acc6164f899f47cc15150478a5989b4db93d58a55fc483eda921fcfd32df4d5f49d644ad662a396fe773232 shellrc-0.7.tar.gz" |