Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
packer
Commits:
c31bf4b9 by Sven-Hendrik Haase at 2024-07-02T04:25:25+02:00
upgpkg: 1.11.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = packer
pkgdesc = tool for creating identical machine images for multiple
platforms from a single source configuration
- pkgver = 1.11.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/hashicorp/packer
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = packer
makedepends = go
makedepends = go-tools
depends = glibc
- source =
packer-1.11.0.tar.gz::https://github.com/hashicorp/packer/archive/v1.11.0.tar.gz
- sha512sums =
304dbacfaf59fcc35876754f6a6766cc89e052b64970f42aa315c1141f349d6437538195512dc8cd7626d467faaf0bd68575cc8310f9fc8e7606faabd7cf748d
+ source =
packer-1.11.1.tar.gz::https://github.com/hashicorp/packer/archive/v1.11.1.tar.gz
+ sha512sums =
b0a96e5fcf09989d1e630e55024b957d132cd5f6ec341ea1497e19f7ce5c9ea895e1fb9e0b146b0f59cde1ed6c4ca01e9a31193cd2da694f7a47898320054ae6
pkgname = packer
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=packer
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="tool for creating identical machine images for multiple platforms
from a single source configuration"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('LicenseRef-BSL-1.1')
makedepends=('git' 'go' 'go-tools')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
-sha512sums=('304dbacfaf59fcc35876754f6a6766cc89e052b64970f42aa315c1141f349d6437538195512dc8cd7626d467faaf0bd68575cc8310f9fc8e7606faabd7cf748d')
+sha512sums=('b0a96e5fcf09989d1e630e55024b957d132cd5f6ec341ea1497e19f7ce5c9ea895e1fb9e0b146b0f59cde1ed6c4ca01e9a31193cd2da694f7a47898320054ae6')
prepare() {
export GOPATH="${srcdir}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/c31bf4b904b72f100a554d43260cf25987dee7f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/c31bf4b904b72f100a554d43260cf25987dee7f7
You're receiving this email because of your account on gitlab.archlinux.org.