Package Details: bicep-bin 0.29.47-1

Git Clone URL: https://aur.archlinux.org/bicep-bin.git (read-only, click to copy)
Package Base: bicep-bin
Description: A declarative language for describing and deploying Azure resources
Upstream URL: https://github.com/Azure/bicep
Keywords: arm-json arm-templates bicep
Licenses: MIT
Conflicts: bicep
Provides: bicep
Submitter: JamieMagee
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.000000
First Submitted: 2020-09-10 09:07 (UTC)
Last Updated: 2024-07-23 00:50 (UTC)

Latest Comments

« First ‹ Previous 1 2

kwaxi commented on 2021-10-16 18:45 (UTC) (edited on 2021-10-16 18:45 (UTC) by kwaxi)

Daniel Wagner (1):
      upgpkg: bicep-bin 0.4.1008-1

 PKGBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index d9e1929..7b93f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
 _name=bicep
 pkgname=$_name-bin
-pkgver=0.4.412
+pkgver=0.4.1008
 pkgrel=1
 pkgdesc="Bicep is a declarative language for describing and deploying Azure resources"
 arch=('x86_64')
@@ -12,9 +12,8 @@ conflicts=($_name)
 options=('!strip')
 source=("${pkgname}-${pkgver}::https://github.com/Azure/${_name}/releases/download/v${pkgver}/${_name}-linux-x64"
   "https://raw.githubusercontent.com/Azure/${_name}/v${pkgver}/LICENSE")
-b2sums=('f799c0fc9ca6b558e66bfd6a382185439ebcf37235b42a7c66302a8a0c6de8135575f48cb955eb8ff9bc7027a9e8115dea4817054a8afe3567492f12deebe0a4'
+b2sums=('822883fce41d191aa6b35fe1a2b3c3582ef7d7d0d5038433b735800eb56707232fc16f361ff1b1ecf9522b46ef18967487078ac8ae8854b63c02ac2222ef08db'
         '1e0a143630bdf1d10e34a180d83b967ca132c6c976b5a7c93c1452b6747d3f05ed0aab8c7ef7436af61971ebab7b9fc6aa7378784e3776d8913c6825a6cb3e74')
-
 package() {
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm755 "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_name}"

JamieMagee commented on 2020-09-10 18:04 (UTC)

@caltlgin Thank you. I've pushed an update.