summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-07-26 21:59:47 +0100
committerJonathon Fernyhough2020-07-26 21:59:47 +0100
commit96fd70bf725b822a9bb107e40e42cd883918c8c6 (patch)
tree5cbb9fb3f2e2ad9117527f4b55cabcfb3ab76c2f
parent967e8cb3bbb47ca15171947ad2a73e5df4b194c9 (diff)
downloadaur-96fd70bf725b822a9bb107e40e42cd883918c8c6.tar.gz
Upstream 1.86
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4737fa0abad..20ca9fc8c1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
- pkgver = 1.84
- pkgrel = 2
+ pkgver = 1.86
+ pkgrel = 1
url = https://github.com/chrislusf/seaweedfs
arch = i686
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = seaweedfs
license = APACHE
makedepends = git
makedepends = go
- source = seaweedfs-1.84.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.84.tar.gz
+ source = seaweedfs-1.86.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.86.tar.gz
source = ldflags.patch
- sha256sums = 3231ac3e0bddcf7199ac2b6d9e6bd3ff9b7ee1b40bda8a8c20f5411e02fbb6e9
+ sha256sums = b15cdd8bb22423c0cda7005ef3da9cabadf23d169fde6b5b0d29982744e321f0
sha256sums = 64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db
pkgname = seaweedfs
diff --git a/PKGBUILD b/PKGBUILD
index b85afa06ec33..d648146c9db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=seaweedfs
-pkgver=1.84
-pkgrel=2
+pkgver=1.86
+pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
url="https://github.com/chrislusf/seaweedfs"
@@ -8,7 +8,7 @@ license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
ldflags.patch)
-sha256sums=('3231ac3e0bddcf7199ac2b6d9e6bd3ff9b7ee1b40bda8a8c20f5411e02fbb6e9'
+sha256sums=('b15cdd8bb22423c0cda7005ef3da9cabadf23d169fde6b5b0d29982744e321f0'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {