summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-03-11 01:09:15 +0000
committerJonathon Fernyhough2021-03-11 01:09:15 +0000
commit023046056217fe72ba275b3827be6e8fb56068c9 (patch)
tree949967a4aa844ea5fa0974e4da392e030d40510b
parent9963a91dd6c5363edf71da24d10df98ba9a79b68 (diff)
downloadaur-023046056217fe72ba275b3827be6e8fb56068c9.tar.gz
Upstream 2.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bcfc32bcaef..b4382732a8df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.28
+ pkgver = 2.31
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -12,9 +12,9 @@ pkgbase = seaweedfs
license = APACHE
makedepends = git
makedepends = go
- source = seaweedfs-2.28.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.28.tar.gz
+ source = seaweedfs-2.31.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.31.tar.gz
source = ldflags.patch
- sha256sums = a4e701508c9e68b3a8a5fe2b1d92a68b23d95ad17c218e7630237b76308c368d
+ sha256sums = f8327916e4c2351235855e1af3711ae9c1d12a34a8fa58c796e4dd1eba5191f4
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 481f47e23780..7c9854ec32a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.28
+pkgver=2.31
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -11,7 +11,7 @@ license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
ldflags.patch)
-sha256sums=('a4e701508c9e68b3a8a5fe2b1d92a68b23d95ad17c218e7630237b76308c368d'
+sha256sums=('f8327916e4c2351235855e1af3711ae9c1d12a34a8fa58c796e4dd1eba5191f4'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {