Skip to content

Commit

Permalink
gammy: Update to version 0.9.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Mar 26, 2020
1 parent 4d05ecc commit 7b6aa3c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.sublime-workspace
*~
._*
page.html
checkver-*.html
31 changes: 20 additions & 11 deletions bucket/gammy.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
{
"version": "0.9.55",
"description": "Adaptive screen brightness tool.",
"version": "0.9.58",
"description": "Adaptive screen brightness tool",
"homepage": "https://getgammy.com",
"license": "GPL-3.0-only",
"url": "https://github.com/Fushko/gammy/releases/download/v0.9.55/gammy.v0.9.55.zip",
"hash": "aea0944232c95d8ab647f5987bf952d7d40214d59ccdb1db8628b7c39b9ced18",
"extract_dir": "gammy v0.9.55",
"suggest": {
"Microsoft Visual C++ Redistributable 2017": "extras/vcredist2017"
},
"architecture": {
"64bit": {
"url": "https://github.com/Fushko/gammy/releases/download/v0.9.58/gammy_v0.9.58_windows.zip",
"hash": "859e1a2de5bd94f397cb362b6abee1d97b839fefbe43c83a0b2f4192989b84ba"
}
},
"extract_dir": "gammy_v0.9.58_windows",
"bin": "gammy.exe",
"shortcuts": [
[
"gammy.exe",
"Gammy"
]
],
"suggest": {
"Microsoft Visual C++ Redistributable 2017": "extras/vcredist2017"
},
"persist": "gammysettings.cfg",
"checkver": {
"url": "https://getgammy.com/downloads.html",
"regex": "v([\\d.]+)\\.zip"
"regex": "v([\\d.]+)_windows\\.zip"
},
"autoupdate": {
"url": "https://github.com/Fushko/gammy/releases/download/v$version/gammy.v$version.zip",
"extract_dir": "gammy v$version"
"architecture": {
"64bit": {
"url": "https://github.com/Fushko/gammy/releases/download/v$version/gammy_v$version_windows.zip"
}
},
"extract_dir": "gammy_v$version_windows"
}
}

0 comments on commit 7b6aa3c

Please sign in to comment.