summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7bef8eed34..cae642c6ff21 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.177
+ pkgver = 0.1.178
pkgrel = 1
url = https://www.yor.io/
arch = x86_64
license = Apache
depends = glibc
options = !strip
- 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
+ source = yor-0.1.178.tar.gz::https://github.com/bridgecrewio/yor/releases/download/0.1.178/yor_0.1.178_linux_amd64.tar.gz
+ sha256sums = 1d2bcf5f7f3701bea960f298375c0ffdff90ecc2287d1deda042b48574b82533
pkgname = yor-bin
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"