mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/curlie: upgrade to 1.7.1
This commit is contained in:
parent
dbfec0415e
commit
85fb839c34
@ -1,10 +1,10 @@
|
|||||||
# Contributor: André Klitzing <aklitzing@gmail.com>
|
# Contributor: André Klitzing <aklitzing@gmail.com>
|
||||||
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
||||||
pkgname=curlie
|
pkgname=curlie
|
||||||
pkgver=1.6.9
|
pkgver=1.7.1
|
||||||
pkgrel=10
|
pkgrel=0
|
||||||
pkgdesc="Curlie is a frontend to curl that adds the ease of use of httpie"
|
pkgdesc="Curlie is a frontend to curl that adds the ease of use of httpie"
|
||||||
url="https://github.com/rs/curlie"
|
url="https://curlie.io/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="curl"
|
depends="curl"
|
||||||
@ -17,7 +17,7 @@ export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
|||||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I)"
|
go build -ldflags "-X main.version=$pkgver -X main.date=alpine-r$pkgrel"
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
@ -30,5 +30,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
bfcd29715858efdec07d5cada5d7f9200f2dfc18842a664b0a05f497f333898cc7ebefb4fdf2206b7625fd1937dd5878b7f8055ed57a68c87d0f2b924b67c459 curlie-1.6.9.tar.gz
|
c2c1064b78814386694b28560aa154bc1b3cbe001797b325f47bed3139af3ca7c74af84801cf96c46dc7f3738c43416b93586d34674b7c531e87ba06b3e44f0e curlie-1.7.1.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user