summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60b8f84dc6d1..bb4db2acb045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=manifold-cli-bin
pkgver=0.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="Manages Manifold services and config from the command line"
arch=('x86_64')
url="https://github.com/manifoldco/manifold-cli"
license=('BSD')
conflicts=('manifold-cli')
source=("${url}/releases/download/v${pkgver}/manifold-cli_${pkgver}_linux_amd64.tar.gz")
-sha1sums=("2827c2c37daa93fb3f65e6beca29f650215edd4d")
+sha256sums=("5dd34e1064fd3cde1888a397ee9de2315eaf8bb6a406039983fd1f26f6684aa6")
package() {
install -D -m755 manifold "${pkgdir}/usr/local/bin/manifold"