mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
gawk: Update to version 5.3.0-2
Fix checkver regex to include versions with dash
This commit is contained in:
parent
8018679ec1
commit
8b2351a280
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "5.3.0",
|
"version": "5.3.0-2",
|
||||||
"description": "Interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.",
|
"description": "Interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.",
|
||||||
"homepage": "https://sourceforge.net/projects/ezwinports/",
|
"homepage": "https://sourceforge.net/projects/ezwinports/",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"url": [
|
"url": [
|
||||||
"https://downloads.sourceforge.net/project/ezwinports/gawk-5.3.0-w32-bin.zip",
|
"https://downloads.sourceforge.net/project/ezwinports/gawk-5.3.0-2-w32-bin.zip",
|
||||||
"https://mirrors.gigenet.com/OSDN//mingw/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz"
|
"https://mirrors.gigenet.com/OSDN//mingw/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"sha1:45f65807a0f0fad08d008a04ba04884c7c9d7643",
|
"sha1:ccb6c0b6c53012ebf304d494ff0d67c9055cedc3",
|
||||||
"27f7a72e1aa5d0bb894f84aa62da0200b3a4a334e85457bb1961fc341290f833"
|
"27f7a72e1aa5d0bb894f84aa62da0200b3a4a334e85457bb1961fc341290f833"
|
||||||
],
|
],
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://sourceforge.net/projects/ezwinports/files/",
|
"url": "https://sourceforge.net/projects/ezwinports/files/",
|
||||||
"regex": "gawk-([\\d.]+)-w32-bin.zip"
|
"regex": "gawk-([\\d.-]+)-w32-bin.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": [
|
"url": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user