Skip to content

Commit

Permalink
blisk: Fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon93s committed Nov 11, 2018
1 parent e7d1d63 commit 99e7617
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blisk.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "10.1.262.144",
"version": "10.1.262.114",
"description": "First developer-oriented browser.",
"homepage": "https://blisk.io/",
"license": {
"identifier": "Freeware",
"url": "https://blisk.io/eula"
},
"url": "https://bliskcloudstorage.blob.core.windows.net/win-installers/BliskInstaller_10.1.262.144.exe#/cosi.7z",
"url": "https://bliskcloudstorage.blob.core.windows.net/win-installers/BliskInstaller_10.1.262.114.exe#/cosi.7z",
"hash": "2b39a4d66b73d97cb76a5ebc8f3954ba7227d5ce53757c4fd8e7c22d346d929f",
"installer": {
"script": [
Expand All @@ -23,8 +23,8 @@
]
],
"checkver": {
"url": "https://blisk.io/?download=browser",
"regex": "last build ([\\d+\\.]+) released \\d+"
"url": "https://blisk.io/questions/install-blisk-browser-offline",
"regex": "BliskInstaller_([\\d.]+)\\.exe"
},
"autoupdate": {
"url": "https://bliskcloudstorage.blob.core.windows.net/win-installers/BliskInstaller_$version.exe#/cosi.7z"
Expand Down

0 comments on commit 99e7617

Please sign in to comment.