summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-05-24 09:08:47 +0800
committerzxp198210052023-05-24 09:08:47 +0800
commit168c982636b1f8ced6cbd72eeee0faf3254097be (patch)
treec01f6bb9c2aad9f4422b483faa813f7ce1d91e72 /PKGBUILD
parent6b3e0b0f01829a514944d892a824726ad01b362e (diff)
downloadaur-168c982636b1f8ced6cbd72eeee0faf3254097be.tar.gz
update to 0.1.178
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5880031fdecf..de9c7440a6c7 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.177
+pkgver=0.1.178
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=('711de26a5bc12cccbf5645880b3d265eedc96286f364e48ea91b0b4b25903b7b')
+sha256sums=('1d2bcf5f7f3701bea960f298375c0ffdff90ecc2287d1deda042b48574b82533')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"