summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-29 21:14:56 +0100
committerJonathon Fernyhough2020-04-29 21:14:56 +0100
commit3bac1c738a389a7458cc9d2869d4fc1b1d7b6dac (patch)
tree8726f7a9f308d6380ae1e4da9bce96dce24b146b /PKGBUILD
parent3a4813844bbac933a16d24e8e8be792f8c9edede (diff)
downloadaur-3bac1c738a389a7458cc9d2869d4fc1b1d7b6dac.tar.gz
Upstream 1.77
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0c964aeafca..dea82dbab698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.74
+pkgver=1.77
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -7,7 +7,7 @@ url="https://github.com/chrislusf/seaweedfs"
license=('APACHE')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('8d4c86c2aa7fd7291a4e4fbf42b37986530d96308c60504d11399e1518995e4d')
+sha256sums=('3908bea08a9dfe7d48e255137fccbdb70d2c5b3c206ee1d9038505b55593a7e9')
export CGO_LDFLAGS="$LDFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"