mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
ok.sh: update to 0.3.0.
This commit is contained in:
parent
4de60b8a41
commit
03261ed1c3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue