summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2020-09-16 22:57:41 +0300
committerasm0dey2020-09-16 22:57:41 +0300
commit07a7030741e538435b78757ff64bc7eded76c1ae (patch)
tree465472b3578e84d5e2906245ab9d23dec84bf0b6
parentaee168a44980b69b0ed8e21c8bd4609115eddd24 (diff)
downloadaur-07a7030741e538435b78757ff64bc7eded76c1ae.tar.gz
upgpkg: gofish-bin 0.13.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf344b1e801a..ac8b3c89b9bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gofish-bin
pkgdesc = Crossplatform package manager
- pkgver = 0.12.2
+ pkgver = 0.13.0
pkgrel = 2
url = https://gofi.sh/index.html
arch = x86_64
license = Apache
- source_x86_64 = https://gofi.sh/releases/gofish-v0.12.2-linux-amd64.tar.gz
- sha256sums_x86_64 = 6a09677d5104384057dcde2985bd03b033fafeb012898af518d9bd23d607a217
+ source_x86_64 = https://gofi.sh/releases/gofish-v0.13.0-linux-amd64.tar.gz
+ sha256sums_x86_64 = ce00ca1451cc3a04b62ee8dc0d007bf8df8ae3340489bf4c2f204a3527a91c0b
pkgname = gofish-bin
diff --git a/PKGBUILD b/PKGBUILD
index b14350d6eeab..b9c8532f47d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=gofish-bin
-pkgver=0.12.2
+pkgver=0.13.0
pkgrel=2
pkgdesc="Crossplatform package manager"
arch=(x86_64)
url="https://gofi.sh/index.html"
license=('Apache')
source_x86_64=("https://gofi.sh/releases/gofish-v$pkgver-linux-amd64.tar.gz")
-sha256sums_x86_64=("6a09677d5104384057dcde2985bd03b033fafeb012898af518d9bd23d607a217")
+sha256sums_x86_64=("ce00ca1451cc3a04b62ee8dc0d007bf8df8ae3340489bf4c2f204a3527a91c0b")
package() {
cd "$srcdir/"
install -Dm755 "gofish" "$pkgdir/usr/bin/gofish"