summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-01-03 03:12:50 +0000
committerJonathon Fernyhough2022-01-03 03:12:50 +0000
commitae0bb341acd2a51bda9c57104db8c7472e56eb16 (patch)
treecac13eb304051bf58308f92ab295f94627524c3a
parentf07f5ee3b220945789d8c972c7c040d2a00abd79 (diff)
downloadaur-ae0bb341acd2a51bda9c57104db8c7472e56eb16.tar.gz
Upstream 2.84
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b55a85a6567..c408a76c4f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.83
+ pkgver = 2.84
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.83.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.83.tar.gz
- sha256sums = 8942cb3af7f5538b56b8fdcba4345b6b625cdb73e8d8bddd14ea3db765f1fd3f
+ source = seaweedfs-2.84.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.84.tar.gz
+ sha256sums = bea765d8bbd1871e90ee0cd69abfed5a2233642d9087328df4813799df062e6f
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 8d4ba002bee1..90d64d01ca76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.83
+pkgver=2.84
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -10,8 +10,8 @@ url="https://github.com/chrislusf/seaweedfs"
license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('8942cb3af7f5538b56b8fdcba4345b6b625cdb73e8d8bddd14ea3db765f1fd3f')
-_shortcommit=c3b73ec
+sha256sums=('bea765d8bbd1871e90ee0cd69abfed5a2233642d9087328df4813799df062e6f')
+_shortcommit=5799a20
prepare() {
cd $pkgname-$pkgver