Skip to content

Commit

Permalink
smartgit: Update to version 24.1.0 (#14403)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
quincunx and niheaven authored Nov 14, 2024
1 parent 6dde8be commit be3f5a4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bucket/smartgit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "23.1.4.2",
"version": "24.1.0",
"description": "A graphical Git client with support for SVN and Pull Requests for GitHub and Bitbucket.",
"homepage": "https://www.syntevo.com/smartgit/",
"license": {
Expand All @@ -8,8 +8,8 @@
},
"architecture": {
"64bit": {
"url": "https://www.syntevo.com/downloads/smartgit/smartgit-portable-23_1_4_2.7z",
"hash": "sha1:c021ae9cca4aa26fb7625ad21a2bfe173ebcf1f1"
"url": "https://downloads.syntevo.com/downloads/smartgit/smartgit-portable-24_1_0.7z",
"hash": "sha1:1c5f6e18cab769126a33eb905cf6bc974d6f627f"
}
},
"extract_dir": "SmartGit",
Expand All @@ -28,13 +28,14 @@
],
"persist": ".settings",
"checkver": {
"url": "https://www.syntevo.com/smartgit/changelog.txt",
"regex": "SmartGit\\s+([\\d.]+)\\s+\\("
"url": "https://www.syntevo.com/smartgit/download/",
"regex": "smartgit-portable-(\\d+)_(\\d+)_(\\d+).7z",
"replace": "$1.$2.$3"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.syntevo.com/downloads/smartgit/smartgit-portable-$underscoreVersion.7z",
"url": "https://downloads.syntevo.com/downloads/smartgit/smartgit-portable-$underscoreVersion.7z",
"hash": {
"url": "https://www.syntevo.com/smartgit/download/",
"regex": "$basename[\\S\\s]+?$sha1"
Expand Down

0 comments on commit be3f5a4

Please sign in to comment.