Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / curlie
Commits: e111c63a by Maxim Baz at 2023-10-23T22:27:20+02:00 upgpkg: 1.7.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = curlie + pkgdesc = The power of curl, the ease of use of httpie. + pkgver = 1.7.2 + pkgrel = 1 + url = https://curlie.io + arch = x86_64 + license = MIT + makedepends = go + depends = glibc + depends = curl + options = !lto + source = curlie-1.7.2.tar.gz::https://github.com/rs/curlie/archive/v1.7.2.tar.gz + b2sums = 4e805430632bb0df98ccc57ed6dd9c3efac687bbc381cbee3d3d896baea69df33a11111dc07732ab4535c5ecc74cc8719ab44bc30d5fc207856c3ef79c9f78c1 + +pkgname = curlie ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Maintainer: Maxim Baz <archlinux at maximbaz dot com> # Contributor: Jianfeng Zhang <[email protected]> pkgname=curlie -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 pkgdesc='The power of curl, the ease of use of httpie.' arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('glibc' 'curl') makedepends=('go') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('24f34e0a21848a54750cea366ca15f6b4c1ab255b4b46942e4e09b2ebde55931') +b2sums=('4e805430632bb0df98ccc57ed6dd9c3efac687bbc381cbee3d3d896baea69df33a11111dc07732ab4535c5ecc74cc8719ab44bc30d5fc207856c3ef79c9f78c1') options=(!lto) build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curlie/-/commit/e111c63aedd1a10624967d43aa9ef852e3d9cabe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curlie/-/commit/e111c63aedd1a10624967d43aa9ef852e3d9cabe You're receiving this email because of your account on gitlab.archlinux.org.
