Đoàn Trần Công Danh
e5626f81c7
update_check: support pkgs.fedoraproject.org
2021-06-23 19:04:03 +07:00
Đoàn Trần Công Danh
cf11f9987e
update-check: fix update pattern for literal dot
...
The dot (.) inside [] matches literal dot. I don't know how it's
working, however the update-check for some packages is broken (i.e.
anthy-unicode).
Let's remove the backslash.
2021-05-23 12:11:03 +07:00
Piotr Wójcik
490ef8c8b2
xbps-src: update-check: print out match pattern in verbose mode
2021-04-17 21:34:10 +02:00
Enno Boland
6d243d7619
common/xbps-src: update-check checks new gnome upstream sites
2021-04-09 18:52:35 +02:00
Đoàn Trần Công Danh
59c67f7d6d
xbps-src/update_check: update pattern for GitHub
2021-03-19 22:48:10 +07:00
Đoàn Trần Công Danh
36a3b046fb
update_check/gnome: also check for 0.* version
2021-02-21 09:28:34 +07:00
Đoàn Trần Công Danh
2ec0338af6
update_check: update GNOME pattern for GNOME 40
2021-01-28 07:18:59 +07:00
Jony
ecc31ed587
xbps-src/shutils/update_check.sh: add support for git.sr.ht
...
The code for `git.sr.ht` was almost identical to that of `hg.sr.ht`. The
main difference, aside from replacing `hg.sr.ht` in `url` with
`git.sr.ht`, was the endpoint of `url`. The `hg.sr.ht` url uses `tags`
whereas `git.sr.ht` uses `refs`.
2020-10-21 22:10:31 +02:00
Isaac Freund
5de1503434
xbps-src/update-check: add codeberg support
2020-08-18 14:46:25 +02:00
Isaac Freund
3d035237ac
xbps-src/update-check: unify per-site locals
2020-08-18 14:46:25 +02:00
Zach Dykstra
e4b9e4a04a
update_check.sh: remove v from the detected version match group
2020-03-09 21:05:58 +01:00
Zach Dykstra
b7389f26af
Add hg.sr.ht to update_check.sh
...
hg.sr.ht project pages are laid out quite closely to GitHubs format. We
can basically clone the check for GitHub to a new base URL of hg.sr.ht .
2020-02-05 09:05:08 +01:00
Piotr Wójcik
c3cfeb56e8
update-check: find versions with more components
2019-07-03 00:36:00 +02:00
Piotr Wójcik
b8039ef838
update-check: download each url once
2019-06-12 18:06:27 +02:00
Piotr Wójcik
95e3a60feb
update-check: recognize all gitlab instances
2019-06-01 14:23:37 +02:00
Piotr Wójcik
e3e08a087a
update-check: skip version directories checking when specialized check exists
2019-05-14 22:48:46 +02:00
Piotr Wójcik
7ae9417947
update-check: allow to disable checking version directories
2019-05-14 22:48:46 +02:00
Piotr Wójcik
906f339d6a
update-check: generalize checking version directories
2019-05-14 22:48:46 +02:00
Piotr Wójcik
79273c05d9
update-check: only check newer directories
2019-05-14 22:48:46 +02:00
Piotr Wójcik
bb0b85060c
update-check: never omit specified site
2019-05-14 22:48:46 +02:00
Piotr Wójcik
795902b028
update-check: add crates.io
2019-05-14 07:48:39 +02:00
yopito
8944a9130e
xbps-src: update_check.sh: check distfile existence for kde
...
* KDE distfile storage is based on versionned "folder".
An existing folder_version does not mean that the corresponding
distifile exists, so let's check its existence.
* wider scope for KDE urls that will use that rule.
Fine for plenty other packages, except kdb that don't follow
this hierarchy (yet)
2019-04-09 17:45:44 +02:00
Piotr Wójcik
2a0c3434fb
xbps-src: update-check: switch sourceforge to https
2019-02-18 14:16:52 -03:00
Piotr Wójcik
9c8ef3d6a9
update-check: handle python3-only modules from pypi
2019-01-07 18:28:36 -02:00
Piotr Wójcik
1bbbd55871
update-check: add gitlab.freedesktop.org
2018-12-08 19:54:15 +01:00
maxice8
56b6e7b240
shutils/update_check.sh: be more strict with rubygem update checks
...
try to match the whole line from
href="/gems/${pkgname#ruby-}/versions/[VERSION NUMBERS]"
matching until the quote avoids problems like the travis gem that has
special versions like
1.8.10.travis.921.11
before it would match until 1.8.10., now it doesn't match.
2018-11-19 02:29:28 -02:00
maxice8
9ead6eef92
update_check: add support for rubygems.org
2018-11-06 15:51:46 -02:00
newbluemoon
de83d6fdb1
xbps-src/shutils/update-check.sh: accept RSS MIME type
...
This fixes update-check for sourceforge.net.
2018-10-02 11:34:16 +02:00
Piotr
205f75cefe
gucharmap: update to 11.0.2, fix update ( #2347 )
...
* gucharmap: update to 11.0.2.
* xbps-src: update-check: versions >=10 at ftp.gnome.org
2018-09-05 20:18:07 +02:00
John
68a11770aa
common/update_check.sh: accpeted mime types
2018-08-16 21:18:27 -03:00
John
8687925d70
shutils/update_check.sh: add kde plasma update check
2018-07-13 11:46:07 -03:00
John
36da56d20a
update_check.sh: add update check for kde
2018-06-21 10:57:34 -03:00
John
b996b25d67
common/update_check: add gnome.gitlab.org
...
Closes #14671 .
Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-26 14:54:39 +02:00
Piotr Wójcik
40af6e0fd5
xbps-src: update-check: update gitlab
2018-05-25 13:02:59 +02:00
Alessio Sergi
d58e50477e
update_check.sh: pypi.io -> pypi.org
2018-04-20 19:34:04 +02:00
Piotr Wójcik
e2b63458be
xbps-src: update-check: handle underscores in upstream version string
2018-04-18 11:08:56 +02:00
Piotr Wójcik
02049148bf
xbps-src: update-check: allow any compression on bitbucket
2018-03-27 12:15:06 +02:00
Piotr Wójcik
a634456691
xbps-src: support gitlab in update-check
...
Closes : #10928 [via git-merge-pr]
2018-01-18 14:13:16 +01:00
Florian Wagner
f2c0f7885e
Add and document R-cran build style; support CRAN in update-check.
2017-06-08 13:32:40 +02:00
Alessio Sergi
da4d9b7f23
xbps-src: PYPI_SITE: use files.pythonhosted.org for less redirections
2016-05-13 17:35:35 +02:00
Alessio Sergi
8fc7bfb7d2
xbps-src: update-check: update PyPI URL here as well
2016-04-25 17:52:51 +02:00
Alessio Sergi
f417430e41
xbps-src: update_check: set default url to PYPI for Python packages
2015-02-10 12:15:10 +01:00
Eivind Uggedal
cc8762d3fb
update_check.sh: escape gnome package names.
2015-01-21 18:32:25 +00:00
Eivind Uggedal
3b7a76512d
update_check.sh: use external update file for overrides
2015-01-15 11:16:30 +00:00
Eivind Uggedal
1a3b512069
update_check.sh: support for kernels
2014-11-30 19:29:46 +00:00
Enno Boland
b7c7cc67fa
xbps-src: update-check reports all newer versions one gnome sites.
2014-11-29 17:59:18 +01:00
Eivind Uggedal
154c5cd605
update_check.sh: support for update_version (upstream version).
2014-11-24 14:57:41 +00:00
Eivind Uggedal
8525392a11
update_check.sh: bitbucket.org support
2014-11-24 14:44:09 +00:00
Eivind Uggedal
aeb7baef31
Revert "update_check.sh: do not check packages without distfiles"
...
This reverts commit e67c2718f2
.
2014-11-03 12:18:28 +00:00
Eivind Uggedal
e67c2718f2
update_check.sh: do not check packages without distfiles
2014-11-03 11:45:03 +00:00