summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-08-07 02:57:37 +0100
committerJonathon Fernyhough2021-08-07 02:57:37 +0100
commit77ba5d9564f5e39717af6d2fb22846618f6805e5 (patch)
treefed0df961345277f5b4b704149d1b50a90732168
parentf844fce51e597672f416ba69cb5c61a21192f34c (diff)
downloadaur-77ba5d9564f5e39717af6d2fb22846618f6805e5.tar.gz
Upstream 2.61
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b12e2e8a79e..b692ac70cca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.49
+ pkgver = 2.61
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -12,10 +12,9 @@ pkgbase = seaweedfs
license = APACHE
makedepends = git
makedepends = go
- source = seaweedfs-2.49.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.49.tar.gz
+ source = seaweedfs-2.61.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.61.tar.gz
source = ldflags.patch
- sha256sums = c4fce361f30098aa289d623a6a2feb5edd94af0414ba60aab2c35d3c8a640d58
+ sha256sums = a9291fbede64a3c251c6bd01d0a807dd18302bdbb6bd48a0ce16f42c32aae9e4
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
-
diff --git a/PKGBUILD b/PKGBUILD
index e5f1a96785ca..cb4f5543eb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.49
+pkgver=2.61
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=('c4fce361f30098aa289d623a6a2feb5edd94af0414ba60aab2c35d3c8a640d58'
+sha256sums=('a9291fbede64a3c251c6bd01d0a807dd18302bdbb6bd48a0ce16f42c32aae9e4'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {