summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0dc559db631..5287f218c877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jean-Francois Chevrette <jfchevrette@gmail.com>
pkgname=ocm-cli-bin
-pkgver=0.1.70
-pkgrel=2
+pkgver=0.1.72
+pkgrel=1
pkgdesc="This project contains the ocm command line tool that simplifies the use of the OCM API available at api.openshift.com."
url="https://github.com/openshift-online/ocm-cli"
license=('Apache')
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=()
conflicts=()
source=("ocm-linux-amd64-${pkgver}::https://github.com/openshift-online/ocm-cli/releases/download/v${pkgver}/ocm-linux-amd64")
-sha256sums=('eb887473f75019464963961ac58b35bb4d1fc659b2a471a4d1f3f909a3626f46')
+sha256sums=('b6ec5fa006b1125ac7a06b07ef406af05a4db5a629cc4068096fb39a1b9579be')
package() {
install -Dm755 "${srcdir}/ocm-linux-amd64-${pkgver}" "${pkgdir}/usr/bin/ocm"