summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-02-21 02:03:33 +0000
committerJonathon Fernyhough2021-02-21 02:03:33 +0000
commit97b3ed327d7bf63f81a8e6dba5e63995b6109ff5 (patch)
tree8958b14dd0be39ba3f9c7ce1f7a8935827e028d5
parent377590a76febde23fc7d089d65f8eb0c370fdd19 (diff)
downloadaur-97b3ed327d7bf63f81a8e6dba5e63995b6109ff5.tar.gz
Upstream 2.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9829b1712981..9a7b40a3d6d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.18
+ pkgver = 2.26
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -12,9 +12,9 @@ pkgbase = seaweedfs
license = APACHE
makedepends = git
makedepends = go
- source = seaweedfs-2.18.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.18.tar.gz
+ source = seaweedfs-2.26.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.26.tar.gz
source = ldflags.patch
- sha256sums = 965d9aa90b179e943a105acfbf00c8788ff3173e8b8f85247615a5313a86aea1
+ sha256sums = dc51bb7bd8857f3c99247bf8fa71576bad458eb46b02e55dfd0cf7b8364f2763
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 48a41edb125e..902c6f8dc496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.18
+pkgver=2.26
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -11,7 +11,7 @@ license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
ldflags.patch)
-sha256sums=('965d9aa90b179e943a105acfbf00c8788ff3173e8b8f85247615a5313a86aea1'
+sha256sums=('dc51bb7bd8857f3c99247bf8fa71576bad458eb46b02e55dfd0cf7b8364f2763'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {