aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-04 15:52:18 +0200
committerJustin Berthault <justin.berthault@zaclys.net>2020-06-04 15:52:18 +0200
commiteb57e5df2213ff0fa13783793fe765241839fd24 (patch)
tree32beb376701ddca3320792a8cfd90bcd841fd5cc
parent50dc269e726f0ef62ba5ed0beb4fa9144adce106 (diff)
downloadalpine_aports-eb57e5df2213ff0fa13783793fe765241839fd24.tar.bz2
alpine_aports-eb57e5df2213ff0fa13783793fe765241839fd24.tar.xz
alpine_aports-eb57e5df2213ff0fa13783793fe765241839fd24.zip
community/skopeo: upgrade to 1.0.0
-rw-r--r--community/skopeo/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/skopeo/APKBUILD b/community/skopeo/APKBUILD
index bf26dee2f3..bed87f2280 100644
--- a/community/skopeo/APKBUILD
+++ b/community/skopeo/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> 1# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
2# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> 2# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
3pkgname=skopeo 3pkgname=skopeo
4pkgver=0.2.0 4pkgver=1.0.0
5pkgrel=2 5pkgrel=0
6pkgdesc="Work with remote images registries - retrieving information, images, signing content" 6pkgdesc="Work with remote images registries - retrieving information, images, signing content"
7url="https://github.com/containers/skopeo" 7url="https://github.com/containers/skopeo"
8arch="all !mips !mips64" # FTBFS on mips 8arch="all !mips !mips64" # FTBFS on mips
@@ -53,4 +53,4 @@ cleanup_srcdir() {
53 default_cleanup_srcdir 53 default_cleanup_srcdir
54} 54}
55 55
56sha512sums="89d416110561dbe967860f752db607634a37b12adc376736de48264ec064abfed6b3db9ae195ffb3e9616dd6d65528660a23f2a5145d4674ed47cf443f17295a skopeo-0.2.0.tar.gz" 56sha512sums="4258a3c7b04c0d18961c135cbc169d132bccae189f5dfd2c7eb17b08fd33244b7c66c72517388107ddfd56579630ef8424ef6d051c8fdd20fa421c7d04e676f6 skopeo-1.0.0.tar.gz"