summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-14 23:36:17 +0100
committerJonathon Fernyhough2020-04-14 23:36:17 +0100
commit3a4813844bbac933a16d24e8e8be792f8c9edede (patch)
treeabd5a5a39e2c7e2a12a16bdaccddc120d229e5c4
parent0f1cb98522c36c3500c900529c2803ba5530cab8 (diff)
downloadaur-3a4813844bbac933a16d24e8e8be792f8c9edede.tar.gz
Upstream 1.74
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9e036a834d..bd32d0b0ac2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.71
+ pkgver = 1.74
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.71.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.71.tar.gz
- sha256sums = ad30c0ae6db4d36a664008eb74a6422909151e4ed64aa652e0d897660e624642
+ source = seaweedfs-1.74.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.74.tar.gz
+ sha256sums = 8d4c86c2aa7fd7291a4e4fbf42b37986530d96308c60504d11399e1518995e4d
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 6456a396e0fd..c0c964aeafca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.71
+pkgver=1.74
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=('ad30c0ae6db4d36a664008eb74a6422909151e4ed64aa652e0d897660e624642')
+sha256sums=('8d4c86c2aa7fd7291a4e4fbf42b37986530d96308c60504d11399e1518995e4d')
export CGO_LDFLAGS="$LDFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"