Skip to content

Commit

Permalink
detect-it-easy: Update to version 3.10, fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Nov 21, 2024
1 parent 90ce402 commit c8114e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/detect-it-easy.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "3.09",
"version": "3.10",
"description": "Program for determining types of files",
"homepage": "http://ntinfo.biz",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win64_qt6_portable_3.09_x64.zip",
"hash": "86fe289c6cc17346df3ff69e8ec960cc41949b8e7e039757c82a403c8eb515e3"
"url": "https://github.com/horsicq/DIE-engine/releases/download/3.10/die_win64_portable_3.10_x64.zip",
"hash": "6e84ac8d3abdfba60078a36fa7f6b492b20c2af2c502e0a4579f41367ac37c80"
},
"32bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win32_portable_3.09_x86.zip",
"hash": "7cdc3c3e33e23cc04463dc2c463c5d9dd7f746ee5dbacb280657e29b5d75b39a"
"url": "https://github.com/horsicq/DIE-engine/releases/download/3.10/die_win32_portable_3.10_x86.zip",
"hash": "dbd639a9bebceaf84e63c47bdb4a64e3fbb7677ec834321fe9b8574fe7781b10"
}
},
"pre_install": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win64_qt6_portable_$version_x64.zip"
"url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win64_portable_$version_x64.zip"
},
"32bit": {
"url": "https://github.com/horsicq/DIE-engine/releases/download/$version/die_win32_portable_$version_x86.zip"
Expand Down

0 comments on commit c8114e7

Please sign in to comment.