summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorerdii2024-04-10 14:05:10 +0200
committererdii2024-04-10 14:05:10 +0200
commit3fa988ea3e06da70d5ccdd3bb4cddecaf135a2e7 (patch)
treecc1e40587e3c47008ea8102d4038f2c231306e64 /PKGBUILD
parentc556a8a066e8f0de21f45a4ffb3c4baa7f6fd615 (diff)
downloadaur-ocm-cli-bin.tar.gz
[automated] 0.1.73
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5287f218c877..ff09a1a86d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jean-Francois Chevrette <jfchevrette@gmail.com>
pkgname=ocm-cli-bin
-pkgver=0.1.72
+pkgver=0.1.73
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"
@@ -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=('b6ec5fa006b1125ac7a06b07ef406af05a4db5a629cc4068096fb39a1b9579be')
+sha256sums=('32b1e33bca4862e78803ec894ef6b512198e4b3fd360409b08b33407c5b5b4e4')
package() {
install -Dm755 "${srcdir}/ocm-linux-amd64-${pkgver}" "${pkgdir}/usr/bin/ocm"