Update to 1.0.0

This commit is contained in:
JayceCao 2023-06-19 21:00:22 +08:00
parent dd43780cde
commit 5d02c0f4e6
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
# Maintainer: JayceCao <jaycecao520@gmail.com>
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)