Update to 1.0.0
This commit is contained in:
parent
dd43780cde
commit
5d02c0f4e6
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.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
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue