chore(): 1.0.24

1.0.24
jwerle 2 years ago committed by Joseph Werle
parent 8309036a51
commit 6faeaef5af

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "1.0.23",
"version": "1.0.24",
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",

@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
fi
## bpkg version
VERSION="1.0.23"
VERSION="1.0.24"
## output error to stderr
error () {

@ -9,7 +9,7 @@
# " ""
# bash package manager
VERSION="1.0.23"
VERSION="1.0.24"
TAG=${TAG:-$VERSION}
BRANCH=${BRANCH:-$TAG}
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}
@ -89,6 +89,7 @@ CMDS+=("suggest")
CMDS+=("term")
CMDS+=("update")
CMDS+=("utils")
CMDS+=("realpath")
make_install () {
local source

Loading…
Cancel
Save