Skip to content

Commit

Permalink
RISCOS: Add makerun to version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Sep 11, 2022
1 parent 3547fcd commit 30fa8c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check-versions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,11 @@
'repository': 'https://svn.code.sf.net/p/ro-oslib/code/trunk',
},
('./toolchains/riscos/packages/iconv/build.sh', 'LIBICONV'): libiconv_check,
('./toolchains/riscos/packages/makerun/build.sh', 'MAKERUN'): {
'check': 'git commit',
'repository': 'https://git.netsurf-browser.org/makerun.git',
'branch': 'master',
},
('./toolchains/riscos/packages/tokenize/build.sh', 'TOKENIZE'): {
'check': 'git tag',
'repository': 'https://github.com/steve-fryatt/tokenize.git',
Expand Down

0 comments on commit 30fa8c7

Please sign in to comment.