summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-11-12 01:26:33 +0000
committerJonathon Fernyhough2020-11-12 01:26:33 +0000
commitcd3a56e6b164b7bd33a075aef90850db857cf7eb (patch)
tree07739d912929d3578f1a2bf48c77b6af27a58a5b
parent9250002bc3645a6fb77e857f0d053b33446c5804 (diff)
downloadaur-cd3a56e6b164b7bd33a075aef90850db857cf7eb.tar.gz
Upstream 2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afccf796a2b..4aa8d965da59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.09
+ pkgver = 2.10
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.09.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.09.tar.gz
+ source = seaweedfs-2.10.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.10.tar.gz
source = ldflags.patch
- sha256sums = 108c77172fcf48c84714f1a7ccb1f1ddc50048c48eea41b04d4875e078a92321
+ sha256sums = 46c1041451709943127d8ebf697eff5e901a7d566ec36da0497aec77792784e7
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 1e326a2d4d4f..e4b801560de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.09
+pkgver=2.10
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=('108c77172fcf48c84714f1a7ccb1f1ddc50048c48eea41b04d4875e078a92321'
+sha256sums=('46c1041451709943127d8ebf697eff5e901a7d566ec36da0497aec77792784e7'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {