ok.sh: update to 0.7.0.

This commit is contained in:
UsernameRandomlyGenerated 2021-02-19 21:34:21 +01:00 committed by Érico Nogueira Rolim
parent a367f0328f
commit 06cfcf13ed

View file

@ -1,7 +1,7 @@
# Template file for 'ok.sh'
pkgname=ok.sh
version=0.6.1
revision=2
version=0.7.0
revision=1
depends="curl jq"
checkdepends="socat ${depends}"
short_desc="GitHub API client library written in POSIX sh"
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/whiteinge/ok.sh"
distfiles="https://github.com/whiteinge/ok.sh/archive/${version}.tar.gz"
checksum=d051cba9301fe14b3d3044ee49e72da929298e29e3df1b61ee0a50f95a967b25
checksum=79781711c16126b40f8acb3de1284b5a02aa936a7d6634555edcd01b5307efa2
do_check() {
PATH="${PATH}":"${PWD}" make test