summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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