Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
packer


Commits:
cfe3ee42 by Sven-Hendrik Haase at 2024-06-01T07:00:03+02:00
upgpkg: 1.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = packer
        pkgdesc = tool for creating identical machine images for multiple 
platforms from a single source configuration
-       pkgver = 1.10.3
-       pkgrel = 2
+       pkgver = 1.11.0
+       pkgrel = 1
        url = https://github.com/hashicorp/packer
        arch = x86_64
        license = LicenseRef-BSL-1.1
@@ -9,7 +9,7 @@ pkgbase = packer
        makedepends = go
        makedepends = go-tools
        depends = glibc
-       source = 
packer-1.10.3.tar.gz::https://github.com/hashicorp/packer/archive/v1.10.3.tar.gz
-       sha512sums = 
5e32f70a67dca22b5fa91a1d29f81218d13a47976f9eee8c316a5bb2fc0432db59b4c742091e66888423e3263f7c30e5316a0c5c685a002c733aa873d55966bb
+       source = 
packer-1.11.0.tar.gz::https://github.com/hashicorp/packer/archive/v1.11.0.tar.gz
+       sha512sums = 
304dbacfaf59fcc35876754f6a6766cc89e052b64970f42aa315c1141f349d6437538195512dc8cd7626d467faaf0bd68575cc8310f9fc8e7606faabd7cf748d
 
 pkgname = packer


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
 # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org>
 pkgname=packer
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
 url="https://github.com/hashicorp/packer";
@@ -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=('5e32f70a67dca22b5fa91a1d29f81218d13a47976f9eee8c316a5bb2fc0432db59b4c742091e66888423e3263f7c30e5316a0c5c685a002c733aa873d55966bb')
+sha512sums=('304dbacfaf59fcc35876754f6a6766cc89e052b64970f42aa315c1141f349d6437538195512dc8cd7626d467faaf0bd68575cc8310f9fc8e7606faabd7cf748d')
 
 prepare() {
        export GOPATH="${srcdir}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/cfe3ee42c0116d8fdd44b3b2097941efd56ab0d4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/cfe3ee42c0116d8fdd44b3b2097941efd56ab0d4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to