From 1b6af3b15975f3142462b6affa85af708feb657f Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 11 Jan 2021 12:37:02 -0300
Subject: [PATCH] community/skopeo: upgrade to 1.2.1

---
 community/skopeo/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/skopeo/APKBUILD b/community/skopeo/APKBUILD
index a44f1d11771f..c6c9a633a8dc 100644
--- a/community/skopeo/APKBUILD
+++ b/community/skopeo/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=skopeo
-pkgver=1.2.0
-pkgrel=1
+pkgver=1.2.1
+pkgrel=0
 pkgdesc="Work with remote images registries - retrieving information, images, signing content"
 url="https://github.com/containers/skopeo"
 arch="all !mips !mips64" # blocked by go
@@ -42,4 +42,4 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-sha512sums="630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e  skopeo-1.2.0.tar.gz"
+sha512sums="b999d7dcdc851fa3b1bae259d7302fc1de4188da922ae370461efb122458371ee22e89bbd2d18dd17162697a1a8d10c2b6dee06462849010641f6762b17d5a2d  skopeo-1.2.1.tar.gz"
-- 
GitLab