summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-02 20:11:29 +0100
committerJonathon Fernyhough2020-04-02 20:11:29 +0100
commit66dd5b32d77cc65497ae17f93243c891a4a06f09 (patch)
tree21d02936179f6086afa15a1b200395085b8cd223
parent04657b2e2f19e052a35b803bde66a9f8716c285d (diff)
downloadaur-66dd5b32d77cc65497ae17f93243c891a4a06f09.tar.gz
Upstream 1.70
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b937e9806353..8d9009a184e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.69
+ pkgver = 1.70
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.69.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.69.tar.gz
- sha256sums = ab56100952c72140ba33783b0d78f19da2002a58cd0c2bcfd6598803d9110a9a
+ source = seaweedfs-1.70.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.70.tar.gz
+ sha256sums = 2ea33dca5eabcc236f590b98b76b52caddf44aa2ce64658d49720896ddab3267
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 6f5e60029f31..41e00b98f8f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.69
+pkgver=1.70
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=('ab56100952c72140ba33783b0d78f19da2002a58cd0c2bcfd6598803d9110a9a')
+sha256sums=('2ea33dca5eabcc236f590b98b76b52caddf44aa2ce64658d49720896ddab3267')
export CGO_LDFLAGS="$LDFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"