summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-07 21:13:53 +0100
committerJonathon Fernyhough2020-04-07 21:13:53 +0100
commit0f1cb98522c36c3500c900529c2803ba5530cab8 (patch)
tree1a62433c9664cf82e5470560cedf2fa6f755138a /PKGBUILD
parent66dd5b32d77cc65497ae17f93243c891a4a06f09 (diff)
downloadaur-0f1cb98522c36c3500c900529c2803ba5530cab8.tar.gz
Upstream 1.71
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41e00b98f8f9..6456a396e0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.70
+pkgver=1.71
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=('2ea33dca5eabcc236f590b98b76b52caddf44aa2ce64658d49720896ddab3267')
+sha256sums=('ad30c0ae6db4d36a664008eb74a6422909151e4ed64aa652e0d897660e624642')
export CGO_LDFLAGS="$LDFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"