Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
skopeo
Commits:
b1cd84fa by Frederik Schwan at 2024-03-14T22:31:47+01:00
upgpkg: 1.15.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = skopeo
pkgdesc = A command line utility for various operations on container
images and image repositories.
- pkgver = 1.14.2
+ pkgver = 1.15.0
pkgrel = 1
url = https://github.com/containers/skopeo
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = skopeo
depends = gpgme
depends = device-mapper
depends = containers-common
- source =
git+https://github.com/containers/skopeo#commit=b673eb60b754ddd8ba9eeea1dc2e8d8ad03037ac
+ source =
git+https://github.com/containers/skopeo#commit=99e3c44865d4200bb93f38365622ef1e857c3a61
sha256sums = SKIP
pkgname = skopeo
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Bartłomiej Piotrowski <[email protected]>
pkgname=skopeo
-pkgver=1.14.2
+pkgver=1.15.0
pkgrel=1
pkgdesc='A command line utility for various operations on container images and
image repositories.'
arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://github.com/containers/skopeo'
license=(APACHE)
depends=(gpgme device-mapper containers-common)
makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=b673eb60b754ddd8ba9eeea1dc2e8d8ad03037ac #refs/tags/v1.14.2
+_commit=99e3c44865d4200bb93f38365622ef1e857c3a61 #refs/tags/v1.15.0
source=(git+$url#commit=$_commit)
sha256sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/commit/b1cd84fa18363912b4bc3c5306d00fe40519156a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/commit/b1cd84fa18363912b4bc3c5306d00fe40519156a
You're receiving this email because of your account on gitlab.archlinux.org.