1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-10 07:46:13 +02:00

Fix wrong usage of check_update_simple

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-07-07 16:17:16 +02:00
parent de68f8f6a7
commit 29a79dcb3c
45 changed files with 45 additions and 45 deletions

View file

@ -26,5 +26,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "bash-" "tar.gz"
check_update_simple "$URL" "bash" "tar.gz"
}

View file

@ -30,5 +30,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "busybox-" "tar.bz2"
check_update_simple "$URL" "busybox" "tar.bz2"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "coreutils-" "tar.xz"
check_update_simple "$URL" "coreutils" "tar.xz"
}

View file

@ -27,5 +27,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "dhcpcd-" "tar.xz"
check_update_simple "$URL" "dhcpcd" "tar.xz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "diffutils-" "tar.xz"
check_update_simple "$URL" "diffutils" "tar.xz"
}

View file

@ -34,5 +34,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "dnsmasq-" "tar.xz"
check_update_simple "$URL" "dnsmasq" "tar.xz"
}

View file

@ -22,5 +22,5 @@ deploy() {
check_update() {
check_update_simple \
"https://github.com/dosfstools/dosfstools/releases" \
"dosfstools-" "tar.xz"
"dosfstools" "tar.xz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "ethtool-" "tar.xz"
check_update_simple "$URL" "ethtool" "tar.xz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "findutils-" "tar.gz"
check_update_simple "$URL" "findutils" "tar.gz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "gawk-" "tar.xz"
check_update_simple "$URL" "gawk" "tar.xz"
}

View file

@ -22,5 +22,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "gmp-" "tar.bz2"
check_update_simple "$URL" "gmp" "tar.bz2"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "grep-" "tar.xz"
check_update_simple "$URL" "grep" "tar.xz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "gzip-" "tar.xz"
check_update_simple "$URL" "gzip" "tar.xz"
}

View file

@ -35,5 +35,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "hostapd-" "tar.gz"
check_update_simple "$URL" "hostapd" "tar.gz"
}

View file

@ -24,5 +24,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "inetutils-" "tar.xz"
check_update_simple "$URL" "inetutils" "tar.xz"
}

View file

@ -32,5 +32,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "iproute2-" "tar.xz"
check_update_simple "$URL" "iproute2" "tar.xz"
}

View file

@ -34,5 +34,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "iw-" "tar.xz"
check_update_simple "$URL" "iw" "tar.xz"
}

View file

@ -22,5 +22,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "kbd-" "tar.xz"
check_update_simple "$URL" "kbd" "tar.xz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "kmod-" "tar.xz"
check_update_simple "$URL" "kmod" "tar.xz"
}

View file

@ -23,5 +23,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "ldns-" "tar.gz"
check_update_simple "$URL" "ldns" "tar.gz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "less-" "tar.gz"
check_update_simple "$URL" "less" "tar.gz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "libbsd-" "tar.xz"
check_update_simple "$URL" "libbsd" "tar.xz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "libmnl-" "tar.bz2"
check_update_simple "$URL" "libmnl" "tar.bz2"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "libnftnl-" "tar.bz2"
check_update_simple "$URL" "libnftnl" "tar.bz2"
}

View file

@ -22,5 +22,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "libnl-" "tar.gz"
check_update_simple "$URL" "libnl" "tar.gz"
}

View file

@ -24,5 +24,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "libpcap-" "tar.gz"
check_update_simple "$URL" "libpcap" "tar.gz"
}

View file

@ -20,5 +20,5 @@ deploy() {
check_update() {
check_update_simple "https://github.com/seccomp/libseccomp/releases" \
"libseccomp-" "tar.gz"
"libseccomp" "tar.gz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "lzo-" "tar.gz"
check_update_simple "$URL" "lzo" "tar.gz"
}

View file

@ -77,5 +77,5 @@ _EOF
}
check_update() {
check_update_simple "$URL" "musl-" "tar.gz"
check_update_simple "$URL" "musl" "tar.gz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "nano-" "tar.xz"
check_update_simple "$URL" "nano" "tar.xz"
}

View file

@ -27,5 +27,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "ncurses-" "tar.gz"
check_update_simple "$URL" "ncurses" "tar.gz"
}

View file

@ -92,5 +92,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "nginx-" "tar.gz"
check_update_simple "$URL" "nginx" "tar.gz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "pcre-" "tar.bz2"
check_update_simple "$URL" "pcre" "tar.bz2"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "pcre2-" "tar.bz2"
check_update_simple "$URL" "pcre2" "tar.bz2"
}

View file

@ -23,5 +23,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "procps-ng-" "tar.xz"
check_update_simple "$URL" "procps-ng" "tar.xz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "psmisc-" "tar.xz"
check_update_simple "$URL" "psmisc" "tar.xz"
}

View file

@ -22,5 +22,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "readline-" "tar.gz"
check_update_simple "$URL" "readline" "tar.gz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "sed-" "tar.xz"
check_update_simple "$URL" "sed" "tar.xz"
}

View file

@ -30,5 +30,5 @@ deploy() {
check_update() {
check_update_simple "https://github.com/shadow-maint/shadow/releases" \
"shadow-" "tar.xz"
"shadow" "tar.xz"
}

View file

@ -20,5 +20,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "tar-" "tar.xz"
check_update_simple "$URL" "tar" "tar.xz"
}

View file

@ -49,5 +49,5 @@ _EOF
}
check_update() {
check_update_simple "$URL" "binutils-" "tar.xz"
check_update_simple "$URL" "binutils" "tar.xz"
}

View file

@ -22,5 +22,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "tcpdump-" "tar.gz"
check_update_simple "$URL" "tcpdump" "tar.gz"
}

View file

@ -42,5 +42,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "unbound-" "tar.gz"
check_update_simple "$URL" "unbound" "tar.gz"
}

View file

@ -21,5 +21,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "xz-" "tar.xz"
check_update_simple "$URL" "xz" "tar.xz"
}

View file

@ -32,5 +32,5 @@ deploy() {
}
check_update() {
check_update_simple "$URL" "zlib-" "tar.xz"
check_update_simple "$URL" "zlib" "tar.xz"
}