Skip to content

Commit

Permalink
Added Alpine release 3.19
Browse files Browse the repository at this point in the history
Upgrade to 0.05
  • Loading branch information
fcolista committed Dec 20, 2023
1 parent 2f7652b commit 4157b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = apkfile
VERSION = 0.04
VERSION = 0.05

PREFIX?=/usr
DESTDIR?=$(PREFIX)/bin
Expand Down
4 changes: 2 additions & 2 deletions apkfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh
_ver=0.04
_ver=0.05
_apiurl="https://pkgs.alpinelinux.org"

pattern=$1
arch=${2:-x86_64}
branch=${3:-edge}

valid_arch="x86_64 x86 aarch64 armhf ppc64le s390x armv7 riscv64 all"
valid_branch="v3.18 v3.17 v3.16 v3.15 v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6 v3.5 v3.4 v3.3 edge all"
valid_branch="v3.19 v3.18 v3.17 v3.16 v3.15 v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6 v3.5 v3.4 v3.3 edge all"

check() {
for pkg in curl html2text; do
Expand Down

0 comments on commit 4157b6b

Please sign in to comment.