Pārlūkot izejas kodu

Update Multiscreen Blank checkver regex

This commit fixes a small bug with the regular expression used to check
the version for Multiscreen Blank. It previously had an unescaped
period, allowing for any value instead of actual periods.
master
Ashton Charbonneau 4 gadus atpakaļ
vecāks
revīzija
0d02583fa8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      bucket/multiscreenblank.json

+ 1
- 1
bucket/multiscreenblank.json Parādīt failu

@@ -23,6 +23,6 @@
23 23
 	],
24 24
 	"checkver": {
25 25
 		"url": "http://dl.nookkin.com/products/multiscreenblank/latest/",
26
-		"regex": "MultiscreenBlank([\\d.]+)\\.zip"
26
+		"regex": "MultiscreenBlank([\\d\\.]+)\\.zip"
27 27
 	}
28 28
 }

Notiek ielāde…
Atcelt
Saglabāt