summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-10 18:07:44 +0800
committerzxp198210052023-07-10 18:07:44 +0800
commit4bdc4a82a20adccd84f4d435d674a5185204f94f (patch)
tree0907eb3e7d70802b13e83a7e1e50b3854a739dca
parentc3ce16a25994a2eddaa4654c7d0ac1a8e43631ca (diff)
downloadaur-4bdc4a82a20adccd84f4d435d674a5185204f94f.tar.gz
update to 0.1.181
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6516e22509f..ae01cae14abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.180
+ pkgver = 0.1.181
pkgrel = 1
url = https://www.yor.io/
arch = armv7h
@@ -10,13 +10,13 @@ pkgbase = yor-bin
license = Apache
depends = glibc
options = !strip
- source_armv7h = yor-0.1.180-armv7h.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.180/yor_0.1.180_linux_armv7.tar.gz
- sha256sums_armv7h = a3701f0f6951e8f148e17612c2ba270dc329c810fa4edf8e52eb709c19f94471
- source_aarch64 = yor-0.1.180-aarch64.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.180/yor_0.1.180_linux_arm64.tar.gz
- sha256sums_aarch64 = 7355707126668c9e9b38013c68b36bf05ecc441321f66f355c7b211b583b9e9a
- source_i686 = yor-0.1.180-i686.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.180/yor_0.1.180_linux_386.tar.gz
- sha256sums_i686 = d3d71aa7386193c80a03fe02c3192ba06ca5a177b326c1b95c6025d4a64f707f
- source_x86_64 = yor-0.1.180-x86_64.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.180/yor_0.1.180_linux_amd64.tar.gz
- sha256sums_x86_64 = fd762fe2fa2a881e2026a40284057ffa2a69e3a0b2082fe5482aa922c06eac4a
+ source_armv7h = yor-0.1.181-armv7h.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.181/yor_0.1.181_linux_armv7.tar.gz
+ sha256sums_armv7h = 699de3f0ff5c14eb33f96e828fb29c3a5849b568926c39a8c2399788e8109f9f
+ source_aarch64 = yor-0.1.181-aarch64.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.181/yor_0.1.181_linux_arm64.tar.gz
+ sha256sums_aarch64 = 95ed892a2f1d43581883e742b6b501d08ec978549f12964111e1fb1725ffa60a
+ source_i686 = yor-0.1.181-i686.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.181/yor_0.1.181_linux_386.tar.gz
+ sha256sums_i686 = c007c776a78f0a9619275cd09d0330920e07287f890c6bfcf151b90c73fc8081
+ source_x86_64 = yor-0.1.181-x86_64.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.181/yor_0.1.181_linux_amd64.tar.gz
+ sha256sums_x86_64 = c36de2abdfd4627b8349d3f7abfe2cd0fa454a2661ac60c6a4e1f2c9d1d8514b
pkgname = yor-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7c2c6e24b77a..e023c7fbe98e 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.180
+pkgver=0.1.181
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=('armv7h' 'aarch64' 'i686' 'x86_64')
@@ -14,10 +14,10 @@ source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.tar.gz::${_githuburl}/releases/
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_linux_arm64.tar.gz")
source_i686=("${pkgname%-bin}-${pkgver}-i686.tar.gz::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_linux_386.tar.gz")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.tar.gz::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
-sha256sums_armv7h=('a3701f0f6951e8f148e17612c2ba270dc329c810fa4edf8e52eb709c19f94471')
-sha256sums_aarch64=('7355707126668c9e9b38013c68b36bf05ecc441321f66f355c7b211b583b9e9a')
-sha256sums_i686=('d3d71aa7386193c80a03fe02c3192ba06ca5a177b326c1b95c6025d4a64f707f')
-sha256sums_x86_64=('fd762fe2fa2a881e2026a40284057ffa2a69e3a0b2082fe5482aa922c06eac4a')
+sha256sums_armv7h=('699de3f0ff5c14eb33f96e828fb29c3a5849b568926c39a8c2399788e8109f9f')
+sha256sums_aarch64=('95ed892a2f1d43581883e742b6b501d08ec978549f12964111e1fb1725ffa60a')
+sha256sums_i686=('c007c776a78f0a9619275cd09d0330920e07287f890c6bfcf151b90c73fc8081')
+sha256sums_x86_64=('c36de2abdfd4627b8349d3f7abfe2cd0fa454a2661ac60c6a4e1f2c9d1d8514b')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"