summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-12-18 15:38:37 +0000
committerJonathon Fernyhough2021-12-18 15:38:37 +0000
commita9c03f2a9f961d56fe42acc02e9a69f9375697d3 (patch)
treec7ba62db4257e4d133127842bcac78d0fa3ae809
parente074181ad16c8445a17ac1c063b8d03c926d607a (diff)
downloadaur-a9c03f2a9f961d56fe42acc02e9a69f9375697d3.tar.gz
Upstream 2.82
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ae19ff03ada..58cf83add5f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.80
+ pkgver = 2.82
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.80.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.80.tar.gz
- sha256sums = 76c4b25a10dba4bbbde5f7c04a28495794bfc77b392b826f7814339f09c1aecf
+ source = seaweedfs-2.82.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.82.tar.gz
+ sha256sums = 10bd05b022136905cf880bd6bcead2d4cc32ab9d5fed71aaa1bf154ec4be1b12
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index b8e9a75ebd9d..15050eee3058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.80
+pkgver=2.82
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=('76c4b25a10dba4bbbde5f7c04a28495794bfc77b392b826f7814339f09c1aecf')
-_shortcommit=84d2e1b
+sha256sums=('10bd05b022136905cf880bd6bcead2d4cc32ab9d5fed71aaa1bf154ec4be1b12')
+_shortcommit=c3b73ec
prepare() {
cd $pkgname-$pkgver