summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-03-14 19:58:30 +0000
committerJonathon Fernyhough2020-03-14 19:58:30 +0000
commit964e6177758beca2698f206b8537463877433a79 (patch)
tree704a1336affc00073a0974a777382b36551cf26f
parent087fa8abb95ca2d10a30e04525173e963f887def (diff)
downloadaur-964e6177758beca2698f206b8537463877433a79.tar.gz
Upstream 1.62
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81da6dd276b..f65c93f346d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.61
+ pkgver = 1.62
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.61.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.61.tar.gz
- sha256sums = 757f859a08ecf3c47671ab175acd2ef8f44765ff45da0c61b9cc26f0a202675b
+ source = seaweedfs-1.62.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.62.tar.gz
+ sha256sums = 6b8290547f3c557b91cb91d3008fdaa0f633471bbc276c60cd6cc0f386672485
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index ebb18cb3fdb1..28a9222e3448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.61
+pkgver=1.62
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=('757f859a08ecf3c47671ab175acd2ef8f44765ff45da0c61b9cc26f0a202675b')
+sha256sums=('6b8290547f3c557b91cb91d3008fdaa0f633471bbc276c60cd6cc0f386672485')
build() {
cd $pkgname-$pkgver