summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-05-08 13:43:36 +0100
committerJonathon Fernyhough2021-05-08 13:43:36 +0100
commit325bda32955ee36d17ee0ae720a22efb2362098e (patch)
tree1c6dde29f4f8f0af505d7e457918ea2adca2761f
parent024bd06ac41d728936c0b78707e74d20733f369b (diff)
downloadaur-325bda32955ee36d17ee0ae720a22efb2362098e.tar.gz
Upstream 2.43
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54f50d97513a..7902b043097c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.38
+ pkgver = 2.43
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.38.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.38.tar.gz
+ source = seaweedfs-2.43.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.43.tar.gz
source = ldflags.patch
- sha256sums = db75f9b91e0ada774dba3d56b06068337c875e4ea007b6db0fac95faf15f1bc3
+ sha256sums = d261f2e801061ea1191f0fc96fc5b9aa87f3d4998e0d50f3cb93598d0ccd68f5
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 3a1e46c4d80c..4593f775293e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.38
+pkgver=2.43
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=('db75f9b91e0ada774dba3d56b06068337c875e4ea007b6db0fac95faf15f1bc3'
+sha256sums=('d261f2e801061ea1191f0fc96fc5b9aa87f3d4998e0d50f3cb93598d0ccd68f5'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {