Update to 0.7.0

This commit is contained in:
David Birks 2019-10-15 22:47:10 -04:00
parent 04d1c77ebd
commit f82458380f
No known key found for this signature in database
GPG Key ID: BB999F83D9A19A36
2 changed files with 6 additions and 6 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.5.0
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/deislabs/oras
arch = x86_64
license = MIT
makedepends = go
source = oras-0.5.0.tar.gz::https://github.com/deislabs/oras/archive/v0.5.0.tar.gz
sha512sums = e87ac50027859fbc6e1ca12b14bb4add18d138609649e42bb71eb856e8b1686b692b4daaa37c0fddd210ebb2dcfd815c9c4474a007a3939c4af19174ef773335
source = oras-0.7.0.tar.gz::https://github.com/deislabs/oras/archive/v0.7.0.tar.gz
sha512sums = 48ece2e8bdf17785b7a775f7e1778ab6b09751cb36c65575088038b08884095760ddb58a7e0bc519338e94983a08424e350a0b5786340616c1295a084529c5dd
pkgname = oras

View File

@ -1,7 +1,7 @@
# Maintainer: David Birks <david@tellus.space>
pkgname=oras
pkgver=0.5.0
pkgver=0.7.0
pkgrel=1
pkgdesc='A command line tool that allows you to push and pull files from any OCI registry'
arch=(x86_64)
@ -9,13 +9,13 @@ 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=('e87ac50027859fbc6e1ca12b14bb4add18d138609649e42bb71eb856e8b1686b692b4daaa37c0fddd210ebb2dcfd815c9c4474a007a3939c4af19174ef773335')
sha512sums=('48ece2e8bdf17785b7a775f7e1778ab6b09751cb36c65575088038b08884095760ddb58a7e0bc519338e94983a08424e350a0b5786340616c1295a084529c5dd')
build() {
# Flags to trim path from binary
export GOFLAGS="-gcflags=all=-trimpath=${PWD} -asmflags=all=-trimpath=${PWD} -ldflags=-extldflags=-zrelro -ldflags=-extldflags=-znow"
VERSION=$pkgver
export VERSION=$pkgver
cd $pkgname-$pkgver
make build-linux