Skip to content

Commit

Permalink
Update qutebrowser to version 1.4.0
Browse files Browse the repository at this point in the history
Drop 32bit: project no longer providing binaries
  • Loading branch information
brandon93s committed Jul 3, 2018
1 parent f0be592 commit 9ac61fe
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions qutebrowser.json
@@ -1,20 +1,15 @@
{
"homepage": "https://www.qutebrowser.org/",
"license": "GPL-3.0",
"version": "1.3.3",
"version": "1.4.0",
"persist": [
"config"
],
"architecture": {
"64bit": {
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v1.3.3/qutebrowser-1.3.3-windows-standalone-amd64.zip",
"hash": "f01ad33c2ad61c1bf758997eb7c677b2dda6f9de36850f85ca003b54de5e7ea0",
"extract_dir": "qutebrowser-1.3.3-x64"
},
"32bit": {
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v1.3.3/qutebrowser-1.3.3-windows-standalone-win32.zip",
"hash": "aae46de5042369ebf3478623dc1bdc98c22a4709da2a8be86e9c1e4d7d956121",
"extract_dir": "qutebrowser-1.3.3-x86"
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v1.4.0/qutebrowser-1.4.0-windows-standalone-amd64.zip",
"hash": "35b06a6d19d74182f45098088161d00f97d4a3d475c872b420e195eb6364f914",
"extract_dir": "qutebrowser-1.4.0-x64"
}
},
"bin": "qutebrowser.exe",
Expand All @@ -32,10 +27,6 @@
"64bit": {
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v$version/qutebrowser-$version-windows-standalone-amd64.zip",
"extract_dir": "qutebrowser-$version-x64"
},
"32bit": {
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v$version/qutebrowser-$version-windows-standalone-win32.zip",
"extract_dir": "qutebrowser-$version-x86"
}
}
}
Expand Down

0 comments on commit 9ac61fe

Please sign in to comment.