Parcourir la source

Update Multiscreen Blank manifest

This commit adjusts the naming for Multiscreen Blank, which seems to
have dropped the v2 from it's official name. The landing page and
description for the program have also been changed. Note that this
version number may be incorrect; the website lists it as 2.3.1 but the
files reference it as 2.3.0.1.
master
Ashton Charbonneau il y a 4 ans
Parent
révision
a6c17746f9
2 fichiers modifiés avec 28 ajouts et 28 suppressions
  1. 28
    0
      bucket/multiscreenblank.json
  2. 0
    28
      bucket/multiscreenblankv2.json

+ 28
- 0
bucket/multiscreenblank.json Voir le fichier

@@ -0,0 +1,28 @@
1
+{
2
+	"homepage": "http://multiscreenblank.nookkin.com/",
3
+	"description": "Improve focus by blanking out unused screens. Dim screens to reduce eyestrain. Group screens together for one-touch operations affecting all screens in a group. Recover off-screen programs without turning on the physical display or stream parts of a screen to another. Cover parts of a screen to temporarily hide sensitive information or reduce OLED burn-in.",
4
+	"version": "2.3.0.1",
5
+	"license": "Freeware",
6
+	"url": "https://git.ashtonc.ca/ashton/scoop-bucket/raw/branch/master/files/MultiscreenBlank2.3.0.1.zip",
7
+	"hash": "sha256:B1990622FFA04C25AF94C7E937B46990180AADE7218F1D5A533B57E824183DF0",
8
+	"extract_dir": "MultiscreenBlank2",
9
+	"bin": [
10
+		[
11
+			"MultiscreenBlank2.exe",
12
+			"multiscreenblank"
13
+		]
14
+	],
15
+	"shortcuts": [
16
+		[
17
+			"MultiscreenBlank2.exe",
18
+			"Multiscreen Blank"
19
+		]
20
+	],
21
+	"persist": [
22
+		"MultiscreenBlank2.ini"
23
+	],
24
+	"checkver": {
25
+		"url": "http://dl.nookkin.com/products/multiscreenblank/latest/",
26
+		"regex": "MultiscreenBlank([\\d.]+)\\.zip"
27
+	}
28
+}

+ 0
- 28
bucket/multiscreenblankv2.json Voir le fichier

@@ -1,28 +0,0 @@
1
-{
2
-	"homepage": "https://nookkin.com/software/multiscreen-blank-v2.ndoc",
3
-	"description": "Multiscreen Blank v2 is an easy-to-use utility that allows you to independently blank out or dim one or more monitors connected to your computer, as well as mirroring the contents of screens that are physically located in another room or turned off. Monitors fade in and out with smooth transitions.",
4
-	"version": "2.3.0.1",
5
-	"license": "Freeware",
6
-	"url": "https://git.ashtonc.ca/ashton/scoop-bucket/raw/branch/master/files/MultiscreenBlank2.3.0.1.zip",
7
-	"hash": "sha256:B1990622FFA04C25AF94C7E937B46990180AADE7218F1D5A533B57E824183DF0",
8
-	"extract_dir": "MultiscreenBlank2",
9
-	"bin": [
10
-		[
11
-			"MultiscreenBlank2.exe",
12
-			"multiscreenblank2"
13
-		]
14
-	],
15
-	"shortcuts": [
16
-		[
17
-			"MultiscreenBlank2.exe",
18
-			"Multiscreen Blank v2"
19
-		]
20
-	],
21
-	"persist": [
22
-		"MultiscreenBlank2.ini"
23
-	],
24
-	"checkver": {
25
-		"url": "http://dl.nookkin.com/products/multiscreenblank/latest/",
26
-		"regex": "MultiscreenBlank([\\d.]+)"
27
-	}
28
-}

Chargement…
Annuler
Enregistrer