summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-08-30 12:08:15 +0100
committerJonathon Fernyhough2022-08-30 12:08:15 +0100
commite12001ce6ae3eb91e76d2ebf3ff3b174d14f5a0b (patch)
tree9c16f59c0d459893693db843bbbfc4ec18636b4a
parentc09c552f485a3770c5fb4e79c57be3f33458c590 (diff)
downloadaur-e12001ce6ae3eb91e76d2ebf3ff3b174d14f5a0b.tar.gz
Upstream 3.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b3ab36246f..aab595cfde8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 3.15
+ pkgver = 3.24
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -13,7 +13,7 @@ pkgbase = seaweedfs
makedepends = git
makedepends = go
options = !lto
- source = seaweedfs-3.15.tar.gz::https://github.com/chrislusf/seaweedfs/archive/3.15.tar.gz
- b2sums = fb6ac9827b51b460aa42935ae1e55869969307bfcd2c37dad118b136564033bf0fe699de68b98ca3cc1e09cdbc93583c018ce4da61b21b8a7e14396dcb702ad8
+ source = seaweedfs-3.24.tar.gz::https://github.com/chrislusf/seaweedfs/archive/3.24.tar.gz
+ b2sums = b4f6aaccedbae6569d22e4cdb6fbbb909945d9220867ec29c792c8fd1b36b47c6fe2e7511f6f5d3b909e6cb1ddff8c8a02ccf1308c141a8b18c485bcecbe691e
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 0dbd224563ca..6c6d2634145c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=3.15
+pkgver=3.24
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')
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('fb6ac9827b51b460aa42935ae1e55869969307bfcd2c37dad118b136564033bf0fe699de68b98ca3cc1e09cdbc93583c018ce4da61b21b8a7e14396dcb702ad8')
+b2sums=('b4f6aaccedbae6569d22e4cdb6fbbb909945d9220867ec29c792c8fd1b36b47c6fe2e7511f6f5d3b909e6cb1ddff8c8a02ccf1308c141a8b18c485bcecbe691e')
_shortcommit=5799a20
prepare() {