summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-07 21:13:53 +0100
committerJonathon Fernyhough2020-04-07 21:13:53 +0100
commit0f1cb98522c36c3500c900529c2803ba5530cab8 (patch)
tree1a62433c9664cf82e5470560cedf2fa6f755138a
parent66dd5b32d77cc65497ae17f93243c891a4a06f09 (diff)
downloadaur-0f1cb98522c36c3500c900529c2803ba5530cab8.tar.gz
Upstream 1.71
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9009a184e8..ad9e036a834d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.70
+ pkgver = 1.71
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -11,8 +11,8 @@ pkgbase = seaweedfs
arch = arm
license = APACHE
makedepends = go
- source = seaweedfs-1.70.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.70.tar.gz
- sha256sums = 2ea33dca5eabcc236f590b98b76b52caddf44aa2ce64658d49720896ddab3267
+ source = seaweedfs-1.71.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.71.tar.gz
+ sha256sums = ad30c0ae6db4d36a664008eb74a6422909151e4ed64aa652e0d897660e624642
pkgname = seaweedfs
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"