Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
packer
Commits:
b4f6bd79 by Sven-Hendrik Haase at 2024-04-23T00:46:07+02:00
upgpkg: 1.10.3-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.10.2
+ pkgver = 1.10.3
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.10.2.tar.gz::https://github.com/hashicorp/packer/archive/v1.10.2.tar.gz
- sha512sums =
e4040c089951e81866a18f28070f39c061818a5664cce31fb54afdc1621c959fdc293188d653296be7353d479166c9133603165fda17b4d42eafebf043189b8b
+ source =
packer-1.10.3.tar.gz::https://github.com/hashicorp/packer/archive/v1.10.3.tar.gz
+ sha512sums =
5e32f70a67dca22b5fa91a1d29f81218d13a47976f9eee8c316a5bb2fc0432db59b4c742091e66888423e3263f7c30e5316a0c5c685a002c733aa873d55966bb
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.10.2
+pkgver=1.10.3
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=('MPL')
makedepends=('git' 'go' 'go-tools')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
-sha512sums=('e4040c089951e81866a18f28070f39c061818a5664cce31fb54afdc1621c959fdc293188d653296be7353d479166c9133603165fda17b4d42eafebf043189b8b')
+sha512sums=('5e32f70a67dca22b5fa91a1d29f81218d13a47976f9eee8c316a5bb2fc0432db59b4c742091e66888423e3263f7c30e5316a0c5c685a002c733aa873d55966bb')
prepare() {
export GOPATH="${srcdir}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/b4f6bd79df126d13d558ce654bfd1a63c54a00fa
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/b4f6bd79df126d13d558ce654bfd1a63c54a00fa
You're receiving this email because of your account on gitlab.archlinux.org.