Skip to content

Commit

Permalink
dual-monitor-tools: Update to version 2.11, fix checkver (#14483)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu0lss4j authored Nov 30, 2024
1 parent 6d1f923 commit f35d377
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions bucket/dual-monitor-tools.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "2.10",
"version": "2.11",
"description": "Set of utilities for managing multiple monitor setups.",
"homepage": "http://dualmonitortool.sourceforge.net/",
"license": "GPL-3.0-only",
"url": "https://downloads.sourceforge.net/project/dualmonitortool/dualmonitortool/2.10/DualMonitorTools-2.10.zip",
"hash": "sha1:4efdfa7ccad0602ad2190eac0cb1c28a9d1b0063",
"url": "https://downloads.sourceforge.net/project/dualmonitortool/dualmonitortool/2.11/DualMonitorTools-2.11.zip",
"hash": "sha1:da92ee85a8c8918934f6e581ab05e351c00cc21e",
"pre_install": [
"if (-not (Test-Path \"$persist_dir\\DmtMagicWords.xml\")) { New-Item \"$dir\\DmtMagicWords.xml\" -ItemType File | Out-Null }",
"if (-not (Test-Path \"$persist_dir\\DmtSettings.xml\")) { New-Item \"$dir\\DmtSettings.xml\" -ItemType File | Out-Null }"
Expand All @@ -20,7 +20,10 @@
"DmtMagicWords.xml",
"DmtSettings.xml"
],
"checkver": "Dual Monitor Tools is ([\\d.]+)",
"checkver": {
"url": "https://sourceforge.net/projects/dualmonitortool/files/",
"regex": "dualmonitortool/([\\d.]+)/"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/dualmonitortool/dualmonitortool/$version/DualMonitorTools-$version.zip"
}
Expand Down

0 comments on commit f35d377

Please sign in to comment.