summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d648146c9db8..fe2e48537f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,8 @@
+# Maintainer: Jonathon Fernyhough <jonathon+m2x.dev>
+# Contributor: krevedko <helllamer-gmail.com>
+
pkgname=seaweedfs
-pkgver=1.86
+pkgver=1.87
pkgrel=1
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
@@ -8,7 +11,7 @@ license=('APACHE')
makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
ldflags.patch)
-sha256sums=('b15cdd8bb22423c0cda7005ef3da9cabadf23d169fde6b5b0d29982744e321f0'
+sha256sums=('52359ac32c0a0d8ff6c03a735358d687081e595ad75966ff7ed2f88b99395283'
'64db3c34767099aab8ec385c0b6796a2745ed66fa35159df0e8108da31e710db')
prepare() {