summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-05-15 16:44:22 +0800
committerzxp198210052023-05-15 16:44:22 +0800
commit1598730c33570eb0c3ab01278978e7578c33b291 (patch)
tree0cd889189d58d65973755819f82ecff53694499c
parent4dff7eeb4bf2f1aa9e62cf606b594259c79a26ab (diff)
downloadaur-1598730c33570eb0c3ab01278978e7578c33b291.tar.gz
update to 0.1.175
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b038e586a0..af077f9f7822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yor-bin
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.
- pkgver = 0.1.174
+ pkgver = 0.1.175
pkgrel = 1
url = https://www.yor.io/
arch = x86_64
license = Apache
depends = glibc
options = !strip
- source = yor-0.1.174.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.174/yor_0.1.174_linux_amd64.tar.gz
- sha256sums = ebcda97073b55f10d1589ab867c2f030e7bcbde77c0465d45e756a423db82e8d
+ source = yor-0.1.175.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.175/yor_0.1.175_linux_amd64.tar.gz
+ sha256sums = ae030878efd9c7bad5c1b7e44d99c951c35f6793214def62be9df42a62ecfa46
pkgname = yor-bin
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"