summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-11-29 15:44:25 +0000
committerJonathon Fernyhough2021-11-29 15:44:25 +0000
commite074181ad16c8445a17ac1c063b8d03c926d607a (patch)
tree829d0996a661d4b14ff6b37fbbfd4719fd25e621
parentd8b2853f0f59cef362885987ee6aecbc0952b389 (diff)
downloadaur-e074181ad16c8445a17ac1c063b8d03c926d607a.tar.gz
Upstream 2.80
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a5a04f0b94b..7ae19ff03ada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.78
+ pkgver = 2.80
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.78.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.78.tar.gz
- sha256sums = 3babe46101b9b465b2885efdda079beb788d8534b7adb0cef26c2e8970552110
+ source = seaweedfs-2.80.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.80.tar.gz
+ sha256sums = 76c4b25a10dba4bbbde5f7c04a28495794bfc77b392b826f7814339f09c1aecf
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 957c99e67a41..b8e9a75ebd9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.78
+pkgver=2.80
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=('3babe46101b9b465b2885efdda079beb788d8534b7adb0cef26c2e8970552110')
+sha256sums=('76c4b25a10dba4bbbde5f7c04a28495794bfc77b392b826f7814339f09c1aecf')
_shortcommit=84d2e1b
prepare() {