Skip to content

Commit

Permalink
gopass: Update to version 1.10.0 (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored Sep 11, 2020
1 parent d015802 commit b02722f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/gopass.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.9.2",
"version": "1.10.0",
"description": "The slightly more awesome standard unix password manager for teams",
"homepage": "https://www.gopass.pw/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.9.2/gopass.exe-1.9.2-windows-amd64.zip",
"hash": "85a9dc72d66a2cb002ceca73ebe602fc0be83a28b2a0a77fc7e907731abccb14"
"url": "https://github.com/gopasspw/gopass/releases/download/v1.10.0/gopass-1.10.0-windows-amd64.zip",
"hash": "42931d769ab6e8921582e9ef356fe20b26f40be7459fcc76816cabe18f0b89ca"
}
},
"bin": "gopass.exe",
Expand All @@ -16,7 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass.exe-$version-windows-amd64.zip"
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass-$version-windows-amd64.zip"
}
},
"hash": {
Expand Down

0 comments on commit b02722f

Please sign in to comment.