diff --git a/bucket/stormsewer.json b/bucket/stormsewer.json new file mode 100644 index 00000000000000..59eaed49e335e0 --- /dev/null +++ b/bucket/stormsewer.json @@ -0,0 +1,34 @@ +{ + "version": "0.9.6", + "description": "Storm sewer design and analysis: Rational method, Manning, HGL/EGL backwater, HEC-22 inlets.", + "homepage": "https://github.com/mf4633/stormsewer", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/mf4633/stormsewer/releases/download/v0.9.6/StormSewer-windows-x64.zip", + "hash": "488326a4b928fdd0527b132835ec942989ac44220ebf7dd199d64dfa5f328049" + } + }, + "bin": "StormSewer.exe", + "shortcuts": [ + [ + "StormSewer.exe", + "StormSewer" + ] + ], + "notes": [ + "Sample projects are in the examples folder of the install directory.", + "The build is not code-signed, so SmartScreen may warn on first run.", + "The mesa folder holds a software OpenGL renderer used automatically on a machine with no usable GPU driver. Do not delete it." + ], + "checkver": { + "github": "https://github.com/mf4633/stormsewer" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mf4633/stormsewer/releases/download/v$version/StormSewer-windows-x64.zip" + } + } + } +}