From 4157b6be35f6f2912071f5bf107462e7beef08c1 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 20 Dec 2023 21:13:56 +0100 Subject: [PATCH] Added Alpine release 3.19 Upgrade to 0.05 --- Makefile | 2 +- apkfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f772f7a..6b9301a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = apkfile -VERSION = 0.04 +VERSION = 0.05 PREFIX?=/usr DESTDIR?=$(PREFIX)/bin diff --git a/apkfile b/apkfile index 37bfbde..9d1f678 100755 --- a/apkfile +++ b/apkfile @@ -1,5 +1,5 @@ #!/bin/sh -_ver=0.04 +_ver=0.05 _apiurl="https://pkgs.alpinelinux.org" pattern=$1 @@ -7,7 +7,7 @@ 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