summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-03-15 01:46:03 +0000
committerJonathon Fernyhough2020-03-15 01:46:03 +0000
commit1d57568b2806fbd1927bc7cf2b7c9ee192724f47 (patch)
tree77d32f860736c8857708bc586c285fbf0fefe13c
parent964e6177758beca2698f206b8537463877433a79 (diff)
downloadaur-1d57568b2806fbd1927bc7cf2b7c9ee192724f47.tar.gz
Upstream 1.63
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f65c93f346d3..c56225d3f952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.62
+ pkgver = 1.63
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.62.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.62.tar.gz
- sha256sums = 6b8290547f3c557b91cb91d3008fdaa0f633471bbc276c60cd6cc0f386672485
+ source = seaweedfs-1.63.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.63.tar.gz
+ sha256sums = dcd3cb8365bacdfd01ccf8142beadc7f759139b4d7442d78eaa8e4e62ed3307d
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index 28a9222e3448..dc6222e2024a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=seaweedfs
-pkgver=1.62
+pkgver=1.63
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=('6b8290547f3c557b91cb91d3008fdaa0f633471bbc276c60cd6cc0f386672485')
+sha256sums=('dcd3cb8365bacdfd01ccf8142beadc7f759139b4d7442d78eaa8e4e62ed3307d')
build() {
cd $pkgname-$pkgver