diff options
author | goreleaserbot | 2025-03-24 17:38:53 +0000 |
---|---|---|
committer | goreleaserbot | 2025-03-24 17:38:53 +0000 |
commit | b8ba9aedf5c33382dd4499eb749fb69ec53e6581 (patch) | |
tree | 4e1129f0f7a4357f7e26acd85c9b888156c1feb0 | |
parent | 0e5c4204613b611a2a11de8ae71ad1724d03fcd7 (diff) | |
download | aur-b8ba9aedf5c33382dd4499eb749fb69ec53e6581.tar.gz |
Update to v0.1.2
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = ochami-bin pkgdesc = Command line interface for OpenCHAMI services - pkgver = 0.1.1 + pkgver = 0.1.2 pkgrel = 1 url = https://github.com/OpenCHAMI/ochami license = MIT @@ -10,10 +10,10 @@ pkgbase = ochami-bin conflicts = ochami-git provides = ochami arch = aarch64 - source_aarch64 = https://github.com/OpenCHAMI/ochami/releases/download/v0.1.1/ochami_Linux_arm64.tar.gz - sha256sums_aarch64 = d8707cc45c4f2288f214d238e137e5d861d073bb532451e481ee88d5f9ec7f33 + source_aarch64 = https://github.com/OpenCHAMI/ochami/releases/download/v0.1.2/ochami_Linux_arm64.tar.gz + sha256sums_aarch64 = d4b977060dccf18270f7ead12c7354e3c45c1a11ab6eeba13ed387fe710ad12f arch = x86_64 - source_x86_64 = https://github.com/OpenCHAMI/ochami/releases/download/v0.1.1/ochami_Linux_x86_64.tar.gz - sha256sums_x86_64 = 046f0622cd7dfc73e7d38761d8eb8aec8be968b32a60035e034483fd21c61383 + source_x86_64 = https://github.com/OpenCHAMI/ochami/releases/download/v0.1.2/ochami_Linux_x86_64.tar.gz + sha256sums_x86_64 = d826f043dd1c7e8dae8007776c6e8df1a8151efe035f72fe5e5859beb8ef78ee pkgname = ochami-bin @@ -2,7 +2,7 @@ # Maintainer: Devon T. Bautista <devonb@lanl.gov> pkgname='ochami-bin' -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc='Command line interface for OpenCHAMI services' url='https://github.com/OpenCHAMI/ochami' @@ -13,11 +13,11 @@ conflicts=('ochami-git') optdepends=('bash-completion: for bash completion support' 'jq: for pretty-printing JSON' 'zsh-completions: for zsh completion support') backup=('etc/ochami/config.yaml') -source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/OpenCHAMI/ochami/releases/download/v0.1.1/ochami_Linux_arm64.tar.gz") -sha256sums_aarch64=('d8707cc45c4f2288f214d238e137e5d861d073bb532451e481ee88d5f9ec7f33') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/OpenCHAMI/ochami/releases/download/v0.1.2/ochami_Linux_arm64.tar.gz") +sha256sums_aarch64=('d4b977060dccf18270f7ead12c7354e3c45c1a11ab6eeba13ed387fe710ad12f') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/OpenCHAMI/ochami/releases/download/v0.1.1/ochami_Linux_x86_64.tar.gz") -sha256sums_x86_64=('046f0622cd7dfc73e7d38761d8eb8aec8be968b32a60035e034483fd21c61383') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/OpenCHAMI/ochami/releases/download/v0.1.2/ochami_Linux_x86_64.tar.gz") +sha256sums_x86_64=('d826f043dd1c7e8dae8007776c6e8df1a8151efe035f72fe5e5859beb8ef78ee') package() { # Binary |