From 5d02c0f4e616a4d7523632fdf8ac772660d27853 Mon Sep 17 00:00:00 2001 From: JayceCao Date: Mon, 19 Jun 2023 21:00:22 +0800 Subject: [PATCH] Update to 1.0.0 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0c322f2..acf873a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = oras pkgdesc = A command line tool that allows you to push and pull files from any OCI registry - pkgver = 0.16.0 + pkgver = 1.0.0 pkgrel = 1 url = https://github.com/oras-project/oras arch = x86_64 license = MIT makedepends = go makedepends = git - source = oras::git+https://github.com/oras-project/oras#commit=v0.16.0 + source = oras::git+https://github.com/oras-project/oras#commit=v1.0.0 sha512sums = SKIP pkgname = oras diff --git a/PKGBUILD b/PKGBUILD index 38f6b13..a512cfb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: JayceCao pkgname=oras -pkgver=0.16.0 +pkgver=1.0.0 pkgrel=1 pkgdesc='A command line tool that allows you to push and pull files from any OCI registry' arch=(x86_64)