Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages /
pulumi
Commits:
3b393eb4 by Andrew Crerar at 2023-12-08T09:42:23-05:00
upgpkg: 3.96.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pulumi
pkgdesc = Modern Infrastructure as Code
- pkgver = 3.96.0
+ pkgver = 3.96.1
pkgrel = 1
url = https://github.com/pulumi/pulumi
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = pulumi
makedepends = go
depends = glibc
options = !lto
- source =
pulumi-3.96.0.tar.gz::https://github.com/pulumi/pulumi/archive/v3.96.0.tar.gz
- b2sums =
078a17ad1968c268e2dcdcc0e3820026eb136fb79c713d842302203d9544e9748448cc6fc72450f8b6d0b2656490da3ea343fd5f33369f598166f42dd4696814
+ source =
pulumi-3.96.1.tar.gz::https://github.com/pulumi/pulumi/archive/v3.96.1.tar.gz
+ b2sums =
4a81bcc0a1e5e6554c3e3dcb2ca67335acd6d650d0cfcaf25ccd935a0f4007261eb8fab1c2b06c916a49d10576586ce47d9112e7f7b167017712f12e5c3fe542
pkgname = pulumi
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Christoph Gysin <[email protected]>
pkgname=pulumi
-pkgver=3.96.0
+pkgver=3.96.1
pkgrel=1
pkgdesc='Modern Infrastructure as Code'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('078a17ad1968c268e2dcdcc0e3820026eb136fb79c713d842302203d9544e9748448cc6fc72450f8b6d0b2656490da3ea343fd5f33369f598166f42dd4696814')
+b2sums=('4a81bcc0a1e5e6554c3e3dcb2ca67335acd6d650d0cfcaf25ccd935a0f4007261eb8fab1c2b06c916a49d10576586ce47d9112e7f7b167017712f12e5c3fe542')
options=('!lto') # disable as soon as LTO problems are resolved
_plugin_dirs=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/3b393eb4118a22ad242390def1e1fdd7d9731407
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/3b393eb4118a22ad242390def1e1fdd7d9731407
You're receiving this email because of your account on gitlab.archlinux.org.