summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-05-04 09:45:58 +0800
committerzxp198210052023-05-04 09:45:58 +0800
commit4dff7eeb4bf2f1aa9e62cf606b594259c79a26ab (patch)
treeaae418f8a91583dd7454e7e322233590c61cce86 /PKGBUILD
parent4002403c19648d4833406353c0272acc0934fb35 (diff)
downloadaur-4dff7eeb4bf2f1aa9e62cf606b594259c79a26ab.tar.gz
update to 0.1.174
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 079f77827349..21c80186ad5e 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.173
+pkgver=0.1.174
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,9 +11,9 @@ license=('Apache')
depends=('glibc')
options=(!strip)
source=("${pkgname%-bin}-${pkgver}.tar.gz::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('5a652455430f6f1c10cd2d64bb47b9670eee5d66038a54c686c447608a369494')
+sha256sums=('ebcda97073b55f10d1589ab867c2f030e7bcbde77c0465d45e756a423db82e8d')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-} \ No newline at end of file
+}