Skip to content

Commit

Permalink
sqlite-gui: Update to version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent c271982 commit 40d72f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/sqlite-gui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.1",
"version": "1.9.2",
"description": "Lightweight SQLite editor for Windows.",
"homepage": "https://github.com/little-brother/sqlite-gui",
"license": {
Expand All @@ -8,12 +8,12 @@
},
"architecture": {
"32bit": {
"url": "https://github.com/little-brother/sqlite-gui/releases/download/1.9.1/sqlite-gui-1.9.1-x32.zip",
"hash": "33064e0c63ef47580657660833179047bd63d55dd7ef5384a94dfb069e482813"
"url": "https://github.com/little-brother/sqlite-gui/releases/download/1.9.2/sqlite-gui-1.9.2-x32.zip",
"hash": "a98834c134a0262e6089c1b0729dd7548d88a02a88fdf79144ac393576a8c7fb"
},
"64bit": {
"url": "https://github.com/little-brother/sqlite-gui/releases/download/1.9.1/sqlite-gui-1.9.1-x64.zip",
"hash": "b80b8f8bbc1b6465e4dd28c5f05208a77607bb20ad8d3f9575e2748269c74996"
"url": "https://github.com/little-brother/sqlite-gui/releases/download/1.9.2/sqlite-gui-1.9.2-x64.zip",
"hash": "87410cf79b6f3e412395af7a3e6db3df60afb71ff5d10606d8dd8a07a22b9e39"
}
},
"pre_install": "If (!(Test-Path \"$persist_dir\\prefs.sqlite\")) { New-Item \"$dir\\prefs.sqlite\" -ItemType File | Out-Null }",
Expand Down

0 comments on commit 40d72f1

Please sign in to comment.