Skip to content

Commit

Permalink
add: ganttproject
Browse files Browse the repository at this point in the history
  • Loading branch information
windedge committed Mar 4, 2025
1 parent dca1f51 commit d950b5b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bucket/ganttproject.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": "3.3.3316",
"description": "GanttProject is a free, open-source project management tool that allows you to create Gantt charts, track progress, and manage resources.",
"homepage": "https://www.ganttproject.biz/",
"license": "GPL-3.0",
"url": "https://github.com/bardsoftware/ganttproject/releases/download/ganttproject-3.3.3316/ganttproject-3.3.3316.msi",
"hash": "3a7f6804686937140dce07a7abc73e27f8b3d58a5dd650f51d8865f2580807d9",
"extract_dir": "GanttProject-3.3",
"bin": "GanttProject-3.3.exe",
"shortcuts": [
["GanttProject-3.3.exe", "GanttProject"]
],
"checkver": {
"url": "https://github.com/bardsoftware/ganttproject/releases",
"regex": "/releases/download/ganttproject-(?<majorVersion>\\d+\\.\\d+)\\.\\d+/ganttproject-(?<version>\\d+\\.\\d+\\.\\d+)\\.msi"
},
"autoupdate": {
"url": "https://github.com/bardsoftware/ganttproject/releases/download/ganttproject-$version/ganttproject-$version.msi",
"extract_dir": "GanttProject-$matchMajorVersion",
"bin": "GanttProject-$matchMajorVersion.exe",
"shortcuts": [["GanttProject-$matchMajorVersion.exe", "GanttProject"]]
}
}

0 comments on commit d950b5b

Please sign in to comment.