summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-12 08:46:27 +0800
committerzxp198210052024-04-12 08:46:27 +0800
commitb940bf12c5a9a98b2e4d64bb7f7c3534103c2429 (patch)
tree27b1f119e430576c917459f06a6d351293d0357a
parentfbcc6a109478768babac4ebe300fb71508e4ecf1 (diff)
downloadaur-b940bf12c5a9a98b2e4d64bb7f7c3534103c2429.tar.gz
update to 0.26.170
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3952c0a4820a..b6c715bc35e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bicep-bin
pkgdesc = A declarative language for describing and deploying Azure resources
- pkgver = 0.26.54
+ pkgver = 0.26.170
pkgrel = 1
url = https://github.com/Azure/bicep
arch = aarch64
@@ -9,14 +9,14 @@ pkgbase = bicep-bin
depends = glibc
depends = zlib
depends = gcc-libs
- provides = bicep=0.26.54
+ provides = bicep=0.26.170
conflicts = bicep
options = !strip
- source = LICENSE-0.26.54::https://raw.githubusercontent.com/Azure/bicep/v0.26.54/LICENSE
+ source = LICENSE-0.26.170::https://raw.githubusercontent.com/Azure/bicep/v0.26.170/LICENSE
sha256sums = c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383
- source_aarch64 = bicep-0.26.54-aarch64::https://github.com/Azure/bicep/releases/download/v0.26.54/bicep-linux-arm64
- sha256sums_aarch64 = 74810fa308de680e1082f718f9d6008e32dc82b3959ae38d9cb6cde5787c0138
- source_x86_64 = bicep-0.26.54-x86_64::https://github.com/Azure/bicep/releases/download/v0.26.54/bicep-linux-x64
- sha256sums_x86_64 = ab70c73f396291f37aca9758accc1a544d50389e05f69ba5e0db7c5e9c042030
+ source_aarch64 = bicep-0.26.170-aarch64::https://github.com/Azure/bicep/releases/download/v0.26.170/bicep-linux-arm64
+ sha256sums_aarch64 = 32917f4b8d85abd7e495b7d0d76ebefbcbfed230d9148171fbcb441b0123f297
+ source_x86_64 = bicep-0.26.170-x86_64::https://github.com/Azure/bicep/releases/download/v0.26.170/bicep-linux-x64
+ sha256sums_x86_64 = b92d520b1bd3a7c3169428253fe27b904f0f6273cad0c667cb679c9ba9d2cf53
pkgname = bicep-bin
diff --git a/PKGBUILD b/PKGBUILD
index 964f11dfdf3a..b6c1d0e29250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Smedstad <carl.smedstad at protonmail dot com>
# Contributor: Jamie Magee <jamie dot magee at gmail dot com>
pkgname=bicep-bin
-pkgver=0.26.54
+pkgver=0.26.170
pkgrel=1
pkgdesc='A declarative language for describing and deploying Azure resources'
arch=(
@@ -25,8 +25,8 @@ source=(
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-arm64")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-x64")
sha256sums=('c2cfccb812fe482101a8f04597dfc5a9991a6b2748266c47ac91b6a5aae15383')
-sha256sums_aarch64=('74810fa308de680e1082f718f9d6008e32dc82b3959ae38d9cb6cde5787c0138')
-sha256sums_x86_64=('ab70c73f396291f37aca9758accc1a544d50389e05f69ba5e0db7c5e9c042030')
+sha256sums_aarch64=('32917f4b8d85abd7e495b7d0d76ebefbcbfed230d9148171fbcb441b0123f297')
+sha256sums_x86_64=('b92d520b1bd3a7c3169428253fe27b904f0f6273cad0c667cb679c9ba9d2cf53')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}-${pkgver}-${CARCH}" "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"