summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-12-28 16:44:38 +0000
committerJonathon Fernyhough2020-12-28 16:44:38 +0000
commitcf9d91070417e33645d1f7ab756039b1094ba20f (patch)
treefc80caab91bcff84003a1e4919464d0406e6462b
parent523bb7de47907c83066d7febd399accd3d2d6007 (diff)
downloadaur-cf9d91070417e33645d1f7ab756039b1094ba20f.tar.gz
Upstream 2.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b921df58b598..29e875057833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 2.12
+ pkgver = 2.17
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.12.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.12.tar.gz
+ source = seaweedfs-2.17.tar.gz::https://github.com/chrislusf/seaweedfs/archive/2.17.tar.gz
source = ldflags.patch
- sha256sums = 6438e8cf9db244b425465622105c427ab0ff58a18a4cbde6409ae37f61d46a14
+ sha256sums = 7463cc53ed98bfe7629fca089b7b9ae01df66f3edb9e0dbe482469184c32744d
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 30da36b09ed1..39ca78476a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=2.12
+pkgver=2.17
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=('6438e8cf9db244b425465622105c427ab0ff58a18a4cbde6409ae37f61d46a14'
+sha256sums=('7463cc53ed98bfe7629fca089b7b9ae01df66f3edb9e0dbe482469184c32744d'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {