diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-29 14:19:23 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-29 17:59:10 +0000 |
commit | 323a0e92ba653f2b2e7e4e544601fbc31def22fc (patch) | |
tree | 2b6bc1a18030dc40acdf27a22700bf9283e87201 | |
parent | 83908630c011f719b58dca5a196de9ed876a0021 (diff) | |
download | aports-323a0e92ba653f2b2e7e4e544601fbc31def22fc.tar.gz aports-323a0e92ba653f2b2e7e4e544601fbc31def22fc.tar.bz2 aports-323a0e92ba653f2b2e7e4e544601fbc31def22fc.tar.xz |
main/fish: upgrade to 3.1.2
-rw-r--r-- | main/fish/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fish/APKBUILD b/main/fish/APKBUILD index e7dfafba50..700e844d1a 100644 --- a/main/fish/APKBUILD +++ b/main/fish/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=fish -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=0 pkgdesc="Modern interactive commandline shell" url="http://www.fishshell.com" @@ -66,4 +66,4 @@ tools() { mv "$pkgdir"/usr/share/$pkgname/tools "$subpkgdir"/usr/share/$pkgname } -sha512sums="edda6739427b7ba140445430b93388ada116c7c9064da7deb6924f2ace3832de7da8e1e20730bfd12b081ab1cc4b7ffaf8f60c5ee5204f59e65889e30c913eae fish-3.1.1.tar.gz" +sha512sums="b6ae2c928774a2eaccf35312d3a9446bfa3e1335182c8f2b2d6198161d0916904f4964fb20ed13a5bf850c1c819e003905d13db3bc8b1faa5b401a60b47dc563 fish-3.1.2.tar.gz" |