cdrtools: add checkver (#350)

This commit is contained in:
linsui 2019-08-15 22:30:50 +08:00 committed by Chawye Hsu
parent c9a95675e0
commit aed93f65c2

View File

@ -1,13 +1,13 @@
{
"version": "3.01",
"version": "3.02a09",
"description": "Burn and read CDs, DVDs, and Blu-ray discs",
"homepage": "https://sourceforge.net/projects/tumagcc/",
"license": {
"identifier": "CDDL-1.0,GPL-2.0-only,LGPL-2.1-only",
"url": "https://github.com/jobermayr/cdrtools/blob/master/COPYING"
},
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-3.01.7z",
"hash": "f534062cab7585b82bd764f02bc65fb0c7c27ac1615786bfc81c35880ce4acc6",
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-3.02a09.7z",
"hash": "sha1:f1b6a74e8963a97acd66e166064ab4f907e5237a",
"architecture": {
"32bit": {
"extract_dir": "win32"
@ -32,6 +32,10 @@
"scgcheck.exe",
"scgskeleton.exe"
],
"checkver": {
"url": "https://sourceforge.net/projects/tumagcc/files/",
"regex": "schily-cdrtools-([\\w.]+)\\.7z"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-$version.7z"
}