summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-06-03 00:39:30 +0100
committerJonathon Fernyhough2020-06-03 00:39:30 +0100
commit0d9d109b4bb986d6bb28a70e01e7ab02d5d9d4ea (patch)
tree052e69c31773d7e9afd8c269f4d8fa46af2a13b0
parent3bac1c738a389a7458cc9d2869d4fc1b1d7b6dac (diff)
downloadaur-0d9d109b4bb986d6bb28a70e01e7ab02d5d9d4ea.tar.gz
Upstream 1.79
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5fc97afa221..986936341d76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.77
+ pkgver = 1.79
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.77.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.77.tar.gz
- sha256sums = 3908bea08a9dfe7d48e255137fccbdb70d2c5b3c206ee1d9038505b55593a7e9
+ source = seaweedfs-1.79.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.79.tar.gz
+ sha256sums = cab9296b27d12727e5e5cca2c537aeb0da8981775b999a7e2e55f7efd0bf97e7
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index dea82dbab698..77e184da410c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.77
+pkgver=1.79
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=('3908bea08a9dfe7d48e255137fccbdb70d2c5b3c206ee1d9038505b55593a7e9')
+sha256sums=('cab9296b27d12727e5e5cca2c537aeb0da8981775b999a7e2e55f7efd0bf97e7')
export CGO_LDFLAGS="$LDFLAGS"
export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"