index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | watch-versions | 4 |
diff --git a/watch-versions b/watch-versions index 2c519fa..cb04880 100755 --- a/watch-versions +++ b/watch-versions @@ -60,6 +60,10 @@ case "${pkgbase}" in url='https://sources.archlinux32.org/sources/' regex='<a href="archlinux32-keyring-v\([0-9.]\+\)\.tar\.gz">' ;; + *) + >&2 printf 'Checking the version of package "%s" is not yet implemented!\n' "${pkgbase}" + exit 1 + ;; esac newver=$( |