summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-02-01 14:38:56 +0000
committerJonathon Fernyhough2022-02-01 14:38:56 +0000
commitd225243a8b083f4b4c6c4424f1c5eeb037ce27cc (patch)
tree45f581f21b1e205c00c6802a735177ad69efd7ff
parentae0bb341acd2a51bda9c57104db8c7472e56eb16 (diff)
downloadaur-d225243a8b083f4b4c6c4424f1c5eeb037ce27cc.tar.gz
Upstream 2.88
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c408a76c4f7c..c8183ebf366c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.84
+ pkgver = 2.88
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -12,7 +12,7 @@ pkgbase = seaweedfs
license = APACHE
makedepends = git
makedepends = go
- source = seaweedfs-2.84.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.84.tar.gz
- sha256sums = bea765d8bbd1871e90ee0cd69abfed5a2233642d9087328df4813799df062e6f
+ source = seaweedfs-2.88.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.88.tar.gz
+ b2sums = 9c168392d26acd9a7e336438a2ec44f73a4ef2d27da8c494de1dfad9ff1597c45a8bdfcb475ec15651508f6bd2fe2eb0981eb2338e2270c86f34ae6aae061b3d
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 90d64d01ca76..5c7510e52348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.84
+pkgver=2.88
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -10,7 +10,7 @@ url="https://github.com/chrislusf/seaweedfs"
license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('bea765d8bbd1871e90ee0cd69abfed5a2233642d9087328df4813799df062e6f')
+b2sums=('9c168392d26acd9a7e336438a2ec44f73a4ef2d27da8c494de1dfad9ff1597c45a8bdfcb475ec15651508f6bd2fe2eb0981eb2338e2270c86f34ae6aae061b3d')
_shortcommit=5799a20
prepare() {