summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-03-13 15:10:12 +0000
committerJonathon Fernyhough2020-03-13 15:10:12 +0000
commit087fa8abb95ca2d10a30e04525173e963f887def (patch)
treeb7c37715bf71a3cb153af6adf2692c3cd57d058c
parent843bdc092f541005b1ef7fb246023b9b02147787 (diff)
downloadaur-087fa8abb95ca2d10a30e04525173e963f887def.tar.gz
Upstream 1.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f10d79ca909..b81da6dd276b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.60
+ pkgver = 1.61
pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
@@ -11,8 +11,8 @@ pkgbase = seaweedfs
arch = arm
license = APACHE
makedepends = go-pie
- source = seaweedfs-1.60.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.60.tar.gz
- sha256sums = 4d7c6c01c86f1080cf74573094f55fab398d50f992ab71302f35ecda97ab973e
+ source = seaweedfs-1.61.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.61.tar.gz
+ sha256sums = 757f859a08ecf3c47671ab175acd2ef8f44765ff45da0c61b9cc26f0a202675b
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 65bbd45f0e2c..ebb18cb3fdb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.60
+pkgver=1.61
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -7,7 +7,7 @@ url="https://github.com/chrislusf/seaweedfs"
license=('APACHE')
makedepends=('go-pie')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('4d7c6c01c86f1080cf74573094f55fab398d50f992ab71302f35ecda97ab973e')
+sha256sums=('757f859a08ecf3c47671ab175acd2ef8f44765ff45da0c61b9cc26f0a202675b')
build() {
cd $pkgname-$pkgver