summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-10-24 14:59:22 +0100
committerJonathon Fernyhough2020-10-24 14:59:22 +0100
commitd8b7369951babfd747631f23cca6abc33e019213 (patch)
tree0df6adf1de21eeccc98c1f95fa450d7e345b822e
parent7d9d7f78024b0455ca2ffbca5494cfd61d729e67 (diff)
downloadaur-d8b7369951babfd747631f23cca6abc33e019213.tar.gz
Upstream 2.05
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 901bbe61b17c..5d51dd09ace0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.87
+ pkgver = 2.05
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -12,9 +12,9 @@ pkgbase = seaweedfs
license = APACHE
makedepends = git
makedepends = go
- source = seaweedfs-1.87.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.87.tar.gz
+ source = seaweedfs-2.05.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.05.tar.gz
source = ldflags.patch
- sha256sums = 52359ac32c0a0d8ff6c03a735358d687081e595ad75966ff7ed2f88b99395283
+ sha256sums = 9848498e715194d71b6e5d78eb2977697476c6a9e0f6d2d17afc88fa998d26dc
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index fe2e48537f6c..b86c6b45be12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=1.87
+pkgver=2.05
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=('52359ac32c0a0d8ff6c03a735358d687081e595ad75966ff7ed2f88b99395283'
+sha256sums=('9848498e715194d71b6e5d78eb2977697476c6a9e0f6d2d17afc88fa998d26dc'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {