mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
ok.sh: update to 0.4.0.
This commit is contained in:
parent
6dcfb61ae6
commit
f9710ce6d9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ok.sh'
|
# Template file for 'ok.sh'
|
||||||
pkgname=ok.sh
|
pkgname=ok.sh
|
||||||
version=0.3.0
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
depends="curl jq"
|
depends="curl jq"
|
||||||
checkdepends="socat ${depends}"
|
checkdepends="socat ${depends}"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/whiteinge/ok.sh"
|
homepage="https://github.com/whiteinge/ok.sh"
|
||||||
distfiles="https://github.com/whiteinge/ok.sh/archive/${version}.tar.gz"
|
distfiles="https://github.com/whiteinge/ok.sh/archive/${version}.tar.gz"
|
||||||
checksum=f517d3b129855dadd49a117609f6af3b8f8ce70e42d25a780acfcfc303c0b2fa
|
checksum=aff7e1b1b7b1833f009e50fa54e64fa7a0a170367815d34b10bae6876767eb02
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PATH="${PATH}":"${PWD}" make test
|
PATH="${PATH}":"${PWD}" make test
|
||||||
|
|
Loading…
Add table
Reference in a new issue