ok.sh: update to 0.7.0.
This commit is contained in:
parent
a367f0328f
commit
06cfcf13ed
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue