summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadoslaw Mejer2019-08-20 18:58:36 +0200
committerRadoslaw Mejer2019-08-20 18:58:36 +0200
commitbccf3ce8ecae147281820e10833fe57e7cda69b9 (patch)
tree8cd5da4cbf1370b43f52fbef1436c59c99b705d9 /PKGBUILD
parentbc2212b50897d2d8ed73cde6552a5a970ffeb5db (diff)
downloadaur-manifold-cli-bin.tar.gz
Use sha256sums
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"