1 2 3 4 5 6 7 8 9 10 11
|
version=4
opts="searchmode=plain, dversionmangle=s/[+~](?:ds|dfsg)[0-9]*$//, uversionmangle=s/\.(?:alpha|beta|rc)/~$1/, downloadurlmangle=s|cache.json||" \
https://download.gnome.org/sources/@PACKAGE@/cache.json \
[\d.]+/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
# Update the version in parentheses as needed to correspond to the version
# of GLib for which a subset is present in gir/g*.c.
# PLEASE DO NOT JUST UPDATE THIS TO THE LATEST VERSION
# This should only be updated if gir/g*.c actually change!
opts="searchmode=plain, dversionmangle=s/[+~](?:ds|dfsg)[0-9]*$//, uversionmangle=s/\.(?:alpha|beta|rc)/~$1/, downloadurlmangle=s|cache.json||, component=glib" \
https://download.gnome.org/sources/glib/cache.json \
[\d.]+/glib-(2\.79\.1)@ARCHIVE_EXT@
|