ok.sh: update to 0.3.0.

This commit is contained in:
maxice8 2018-10-28 02:23:36 -03:00 committed by maxice8
parent 4de60b8a41
commit 03261ed1c3
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'ok.sh'
pkgname=ok.sh
version=0.2.3
version=0.3.0
revision=1
depends="curl jq"
checkdepends="socat ${depends}"
short_desc="A GitHub API client library written in POSIX sh"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="3-Clause-BSD"
license="BSD-3-Clause"
homepage="https://github.com/whiteinge/ok.sh"
distfiles="https://github.com/whiteinge/ok.sh/archive/${version}.tar.gz"
checksum=67a1a9a723505aac37a4f0fd433eb08e1cfad88e004adcf2e0d427fe58ef1ff6
checksum=f517d3b129855dadd49a117609f6af3b8f8ce70e42d25a780acfcfc303c0b2fa
do_check() {
PATH="${PATH}":"${PWD}" make test