summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-05-19 09:13:56 +0800
committerzxp198210052023-05-19 09:13:56 +0800
commit6b3e0b0f01829a514944d892a824726ad01b362e (patch)
treebc0d6a4d908ec21496acc3346419f2f127cf2866
parent1598730c33570eb0c3ab01278978e7578c33b291 (diff)
downloadaur-6b3e0b0f01829a514944d892a824726ad01b362e.tar.gz
update to 0.1.177
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af077f9f7822..3c7bef8eed34 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.175
+ pkgver = 0.1.177
pkgrel = 1
url = https://www.yor.io/
arch = x86_64
license = Apache
depends = glibc
options = !strip
- 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
+ source = yor-0.1.177.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.177/yor_0.1.177_linux_amd64.tar.gz
+ sha256sums = 711de26a5bc12cccbf5645880b3d265eedc96286f364e48ea91b0b4b25903b7b
pkgname = yor-bin
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