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 3d2e201..4d4be0e 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.7 +pkgver=0.7.1 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="5f323119b8ce5c3f45aff78b1571ca3881a4e4446acc6164f899f47cc15150478a5989b4db93d58a55fc483eda921fcfd32df4d5f49d644ad662a396fe773232 shellrc-0.7.tar.gz" +sha512sums="fa3bb25f72accdb961c129cf040a721237a76d69c0c4234caa2bd7a72fc703dff66d8fa1bf0ecd89124919667eca3fcdd3ff8bb1052471699155e76c3a058ae4 shellrc-0.7.1.tar.gz" |