Skip to content

Commit

Permalink
Add VisualParadigm (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 27, 2018
1 parent c8702f8 commit 194ddd8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GVD.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"GVD"
]
],
"checkver": "<#\\n\\.VERSION\\s([\\d+\\.]+)",
"checkver": "<#\\s+\\.VERSION\\s+([\\d+\\.]+)",
"autoupdate": {
"url": "https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/Get-VideoDetails.ps1"
}
Expand Down
2 changes: 1 addition & 1 deletion PostInstall.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"PostInstall"
]
],
"checkver": ".VERSION\\s([\\d+\\.]+)",
"checkver": "<#\\s+\\.VERSION\\s+([\\d+\\.]+)",
"autoupdate": {
"url": "https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/PostInstall.ps1"
}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
| [Texlive **(Texlive)**](./Texlive.json) ||| ✔ (✔) |
| [Total Commander **(TotalCommander)**](./TotalCommander.json) ||| ✔ (⛔) |
| [Uplay **(Uplay)**](./Uplay.json) ||| ♻ (♻) |
| [Visual Paradigm Community Edition **(VisualParadigmCE)**](./VisualParadigmCE.json) ||| ✔ (✔) |
| [Visual Paradigm Enterprise Edition **(VisualParadigmEE)**](./VisualParadigmEE.json) ||| ✔ (✔) |
| [Wavebox **(Wavebox)**](./Wavebox.json) ||| ✔ (✔) |
| [WinAIO Maker Professional **(WinAIO)**](./WinAIO.json) ||| ❌ (⛔) |
| [Winrar **(Winrar)**](./Winrar.json) ||| ✔ (⛔) |
Expand All @@ -91,7 +93,6 @@

| App name **(Scoop name)** | Tested | Checkver | Autoupdate (Hash) |
| ----------------------------------------------------------------------------------------- | :----: | :------: | :---------------: |
| [Visual Paradigm **(VisualParadigm)**](./VisualParadigm.json) ||| ✔ (✔) |
| [X3 Bold Red Cursor **(X3)**](./X3.json) ||| ⭕ (⭕) |
| [Spybot Search & Destroy 2 **(Spybot)**](./TODO/Spybot.json) ||| ✔ (✔) |
| [VMware **(VMware)**](./TODO/VMware.json) || ✔ 🔸 | ✔ (✔) |
Expand Down
6 changes: 3 additions & 3 deletions TODO/VisualParadigmCE.json → VisualParadigmCE.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"hash": "06950460a9f6e3d10db9e8e84af17e22cb553f19459c663e37077603a42fde82"
}
},
"extract_dir": "Visual Paradigm 15.1",
"extract_dir": "Visual Paradigm CE 15.1",
"shortcuts": [
[
"Visual Paradigm.exe",
"Visual Paradigm"
]
],
"checkver": {
"url": "https://www.visual-paradigm.com/download/",
"url": "https://www.visual-paradigm.com/download/community.jsp",
"re": "Version: (?<ver>[\\d+\\.]+).*Build number: (?<build>(\\d{8}))",
"replace": "${ver}.${build}"
},
Expand All @@ -41,6 +41,6 @@
"url": "https://uk4.visual-paradigm.com/visual-paradigm/vpce$matchVer/$matchBuild/checksum.html",
"find": "$basename\\s*</td>\\s*<td>\\s*sha256: ([A-f\\d]{64})"
},
"extract_dir": "Visual Paradigm $matchVer"
"extract_dir": "Visual Paradigm CE $matchVer"
}
}
File renamed without changes.

0 comments on commit 194ddd8

Please sign in to comment.