summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-05-19 09:13:56 +0800
committerzxp198210052023-05-19 09:13:56 +0800
commit6b3e0b0f01829a514944d892a824726ad01b362e (patch)
treebc0d6a4d908ec21496acc3346419f2f127cf2866 /PKGBUILD
parent1598730c33570eb0c3ab01278978e7578c33b291 (diff)
downloadaur-6b3e0b0f01829a514944d892a824726ad01b362e.tar.gz
update to 0.1.177
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b64bd4cde2db..5880031fdecf 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.175
+pkgver=0.1.177
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=('ae030878efd9c7bad5c1b7e44d99c951c35f6793214def62be9df42a62ecfa46')
+sha256sums=('711de26a5bc12cccbf5645880b3d265eedc96286f364e48ea91b0b4b25903b7b')
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