summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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