summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-05-15 16:44:22 +0800
committerzxp198210052023-05-15 16:44:22 +0800
commit1598730c33570eb0c3ab01278978e7578c33b291 (patch)
tree0cd889189d58d65973755819f82ecff53694499c /PKGBUILD
parent4dff7eeb4bf2f1aa9e62cf606b594259c79a26ab (diff)
downloadaur-1598730c33570eb0c3ab01278978e7578c33b291.tar.gz
update to 0.1.175
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21c80186ad5e..b64bd4cde2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Paul Nicholson <brenix@gmail.com>
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=yor-bin
-pkgver=0.1.174
+pkgver=0.1.175
pkgrel=1
pkgdesc="Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('glibc')
options=(!strip)
source=("${pkgname%-bin}-${pkgver}.tar.gz::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('ebcda97073b55f10d1589ab867c2f030e7bcbde77c0465d45e756a423db82e8d')
+sha256sums=('ae030878efd9c7bad5c1b7e44d99c951c35f6793214def62be9df42a62ecfa46')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"