summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-04-27 17:27:17 +0800
committerzxp198210052023-04-27 17:27:17 +0800
commit4002403c19648d4833406353c0272acc0934fb35 (patch)
treec73a7213f903eb0e0d64085963c7e619aa9fce5a /PKGBUILD
parent7ae2b1e9ac3e3e799296092c58e90b9fd78171a7 (diff)
downloadaur-4002403c19648d4833406353c0272acc0934fb35.tar.gz
update to 0.1.173
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ede8456ae2b..079f77827349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Contributor: Paul Nicholson <brenix@gmail.com>
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=yor-bin
-pkgver=0.1.171
+pkgver=0.1.173
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')
url="https://www.yor.io/"
_githuburl="https://github.com/bridgecrewio/yor"
-license=('Apache2')
+license=('Apache')
depends=('glibc')
options=(!strip)
source=("${pkgname%-bin}-${pkgver}.tar.gz::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('71e5dfba58f7f9de233156510b9bb1f14a6686bd8c927a0bc0835772e3a60e47')
+sha256sums=('5a652455430f6f1c10cd2d64bb47b9670eee5d66038a54c686c447608a369494')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"