Better example URLs for upgrade JSON

This commit is contained in:
Jakob Borg
2015-11-17 08:27:28 +01:00
parent ad919c9162
commit 1bdec60772
+8 -8
View File
@@ -23,19 +23,19 @@ release list. The release list is a JSON file on the following format::
"prerelease": false, "prerelease": false,
"assets": [ "assets": [
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/844913", "url": "https://example.com/dl/syncthing-dragonfly-amd64-v0.11.24.tar.gz",
"name": "syncthing-dragonfly-amd64-v0.11.24.tar.gz", "name": "syncthing-dragonfly-amd64-v0.11.24.tar.gz",
}, },
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/844914", "url": "https://example.com/dl/syncthing-freebsd-386-v0.11.24.tar.gz",
"name": "syncthing-freebsd-386-v0.11.24.tar.gz", "name": "syncthing-freebsd-386-v0.11.24.tar.gz",
}, },
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/844915", "url": "https://example.com/dl/syncthing-freebsd-amd64-v0.11.24.tar.gz",
"name": "syncthing-freebsd-amd64-v0.11.24.tar.gz", "name": "syncthing-freebsd-amd64-v0.11.24.tar.gz",
}, },
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/844916", "url": "https://example.com/dl/syncthing-linux-386-v0.11.24.tar.gz",
"name": "syncthing-linux-386-v0.11.24.tar.gz", "name": "syncthing-linux-386-v0.11.24.tar.gz",
}, },
... ...
@@ -46,19 +46,19 @@ release list. The release list is a JSON file on the following format::
"prerelease": false, "prerelease": false,
"assets": [ "assets": [
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/824903", "url": "https://example.com/dl/syncthing-dragonfly-amd64-v0.11.23.tar.gz",
"name": "syncthing-dragonfly-amd64-v0.11.23.tar.gz", "name": "syncthing-dragonfly-amd64-v0.11.23.tar.gz",
}, },
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/824904", "url": "https://example.com/dl/syncthing-freebsd-386-v0.11.23.tar.gz",
"name": "syncthing-freebsd-386-v0.11.23.tar.gz", "name": "syncthing-freebsd-386-v0.11.23.tar.gz",
}, },
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/824905", "url": "https://example.com/dl/syncthing-freebsd-amd64-v0.11.23.tar.gz",
"name": "syncthing-freebsd-amd64-v0.11.23.tar.gz", "name": "syncthing-freebsd-amd64-v0.11.23.tar.gz",
}, },
{ {
"url": "https://api.github.com/repos/syncthing/syncthing/releases/assets/824906", "url": "https://example.com/dl/syncthing-linux-386-v0.11.23.tar.gz",
"name": "syncthing-linux-386-v0.11.23.tar.gz", "name": "syncthing-linux-386-v0.11.23.tar.gz",
}, },
... ...