summaryrefslogtreecommitdiff
path: root/watch-versions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-24 11:42:53 +0100
committerErich Eckner <git@eckner.net>2019-01-24 11:43:05 +0100
commit9c86a83bf1ebe2d0b5261a29350d1f94580c510f (patch)
tree9322ae6bdbb6723951e5677dedabf60241787918 /watch-versions
parentd301af8aaa878676e8fd906de44607de55731b28 (diff)
downloaddevops-9c86a83bf1ebe2d0b5261a29350d1f94580c510f.tar.xz
watch-versions: learn python-pip-bootstrap
Diffstat (limited to 'watch-versions')
-rwxr-xr-xwatch-versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch-versions b/watch-versions
index cb04880..7761460 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">'
;;
+ 'python-pip-bootstrap')
+ url='https://bootstrap.pypa.io/get-pip.py'
+ regex=' entire copy of pip (version \([0-9.]\+\))\.'
+ ;;
*)
>&2 printf 'Checking the version of package "%s" is not yet implemented!\n' "${pkgbase}"
exit 1