From 347180ea1b9e74ffc34e7cf94dd7fa6c0a3a6e97 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 10 Mar 2019 13:46:56 -0300 Subject: [PATCH] ok.sh: update to 0.5.0. --- srcpkgs/ok.sh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ok.sh/template b/srcpkgs/ok.sh/template index 9125871f6c7..b64a9c01181 100644 --- a/srcpkgs/ok.sh/template +++ b/srcpkgs/ok.sh/template @@ -1,15 +1,15 @@ # Template file for 'ok.sh' pkgname=ok.sh -version=0.4.0 +version=0.5.0 revision=1 depends="curl jq" checkdepends="socat ${depends}" -short_desc="A GitHub API client library written in POSIX sh" +short_desc="GitHub API client library written in POSIX sh" maintainer="maxice8 " license="BSD-3-Clause" homepage="https://github.com/whiteinge/ok.sh" distfiles="https://github.com/whiteinge/ok.sh/archive/${version}.tar.gz" -checksum=aff7e1b1b7b1833f009e50fa54e64fa7a0a170367815d34b10bae6876767eb02 +checksum=c8acdfb417a7516f4ec716358689845d1b6ba903cc4a1ae7a3a653c3d64e64fa do_check() { PATH="${PATH}":"${PWD}" make test