diff --git a/bucket/sqlite-gui.json b/bucket/sqlite-gui.json index 8a657c3..9835b52 100644 --- a/bucket/sqlite-gui.json +++ b/bucket/sqlite-gui.json @@ -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": { @@ -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 }",