Bump to version 0.8.1
Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
parent
f82458380f
commit
d3e2306e5e
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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.7.0
|
||||
pkgver = 0.8.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/deislabs/oras
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = go
|
||||
source = oras-0.7.0.tar.gz::https://github.com/deislabs/oras/archive/v0.7.0.tar.gz
|
||||
sha512sums = 48ece2e8bdf17785b7a775f7e1778ab6b09751cb36c65575088038b08884095760ddb58a7e0bc519338e94983a08424e350a0b5786340616c1295a084529c5dd
|
||||
source = oras-0.8.1.tar.gz::https://github.com/deislabs/oras/archive/v0.8.1.tar.gz
|
||||
sha512sums = 75b16c2c6fc5a27afaf44399c72f6aa654067507226ffbbfee97862dc53fb6ed944ecc1e1e790dbfe1d5d9f209d71915284b63e0beeab02864395b8385b5f004
|
||||
|
||||
pkgname = oras
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: David Birks <david@tellus.space>
|
||||
|
||||
pkgname=oras
|
||||
pkgver=0.7.0
|
||||
pkgver=0.8.1
|
||||
pkgrel=1
|
||||
pkgdesc='A command line tool that allows you to push and pull files from any OCI registry'
|
||||
arch=(x86_64)
|
||||
|
@ -9,7 +9,7 @@ url='https://github.com/deislabs/oras'
|
|||
license=(MIT)
|
||||
makedepends=('go')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/deislabs/oras/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('48ece2e8bdf17785b7a775f7e1778ab6b09751cb36c65575088038b08884095760ddb58a7e0bc519338e94983a08424e350a0b5786340616c1295a084529c5dd')
|
||||
sha512sums=('75b16c2c6fc5a27afaf44399c72f6aa654067507226ffbbfee97862dc53fb6ed944ecc1e1e790dbfe1d5d9f209d71915284b63e0beeab02864395b8385b5f004')
|
||||
|
||||
build() {
|
||||
# Flags to trim path from binary
|
||||
|
|
Loading…
Reference in a new issue