summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-12-25 16:31:49 +0000
committerJonathon Fernyhough2021-12-25 16:31:49 +0000
commitf07f5ee3b220945789d8c972c7c040d2a00abd79 (patch)
treeb63c67ac00050e2829dc563bb19a265f021b6461
parenta9c03f2a9f961d56fe42acc02e9a69f9375697d3 (diff)
downloadaur-f07f5ee3b220945789d8c972c7c040d2a00abd79.tar.gz
Upstream 2.83
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58cf83add5f2..6b55a85a6567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.82
+ pkgver = 2.83
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.82.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.82.tar.gz
- sha256sums = 10bd05b022136905cf880bd6bcead2d4cc32ab9d5fed71aaa1bf154ec4be1b12
+ source = seaweedfs-2.83.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.83.tar.gz
+ sha256sums = 8942cb3af7f5538b56b8fdcba4345b6b625cdb73e8d8bddd14ea3db765f1fd3f
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 15050eee3058..8d4ba002bee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.82
+pkgver=2.83
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=('10bd05b022136905cf880bd6bcead2d4cc32ab9d5fed71aaa1bf154ec4be1b12')
+sha256sums=('8942cb3af7f5538b56b8fdcba4345b6b625cdb73e8d8bddd14ea3db765f1fd3f')
_shortcommit=c3b73ec
prepare() {