Skip to content

Commit

Permalink
update: terminus, terminus-portable
Browse files Browse the repository at this point in the history
version 1.0.130 -> 1.0.134
  • Loading branch information
gaojr committed Feb 18, 2021
1 parent 4d49037 commit 8bc4e45
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions bucket/terminus-portable.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"homepage": "https://eugeny.github.io/terminus/",
"version": "1.0.130",
"version": "1.0.134",
"description": "A terminal for a more modern age",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v1.0.130/terminus-1.0.130-portable.zip#/dl.7z",
"hash": "sha256:F42DBA0D5A966F92739FF633D8B314E3F9B262EA777F5EB5395E2F3B331F4140"
"url": "https://github.com/Eugeny/terminus/releases/download/v1.0.134/terminus-1.0.134-portable.zip#/dl.7z",
"hash": "sha256:56D1AF5FCE4F4F8612D0C2A9FE9CF461FEDE350160B82045735AD01A41A998D2"
}
},
"bin": "Terminus.exe",
Expand Down
26 changes: 13 additions & 13 deletions bucket/terminus.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"version": "1.0.130",
"version": "1.0.134",
"description": "A terminal for a more modern age",
"homepage": "https://eugeny.github.io/terminus/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v1.0.130/terminus-1.0.130-setup.exe#/dl.7z",
"hash": "c45eb02527ecc2d7905a634e27ace24e3eeca612ad67c4a739c5029ce476a373",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse"
]
}
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v1.0.134/terminus-1.0.134-setup.exe#/dl.7z",
"hash": "bb2d4afeb5d998e9f76290178906b233cf1d971818ff4db3c3920f26550038aa",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\" -Force -Recurse"
]
}
},
"bin": "Terminus.exe",
"shortcuts": [["Terminus.exe", "Terminus"]],
"checkver": {
"github": "https://github.com/Eugeny/terminus"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v$version/terminus-$version-setup.exe#/dl.7z"
"architecture": {
"64bit": {
"url": "https://github.com/Eugeny/terminus/releases/download/v$version/terminus-$version-setup.exe#/dl.7z"
}
}
}
}
}

0 comments on commit 8bc4e45

Please sign in to comment.