Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions bucket/audiobookconverter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "6.6.8",
"description": "Improved AudioBookConverter based on freeipodsoftware release (mp3 to m4b converter).",
"homepage": "https://github.com/yermak/AudioBookConverter",
"license": "GPL-2",
"architecture": {
"64bit": {
"url": "https://github.com/yermak/AudioBookConverter/releases/download/version_6.6.8/AudioBookConverter-Portable-6.6.8.zip",
"hash": "6fb78cb69b8c8a0a11822e25eae97961a50b26fee12f0173da90772bab3d0650"
}
},
"extract_dir": "AudioBookConverter",
"shortcuts": [
[
"AudioBookConverter.exe",
"AudioBookConverter"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yermak/AudioBookConverter/releases/download/version_$version/AudioBookConverter-Portable-$version.zip"
}
}
}
}
27 changes: 27 additions & 0 deletions bucket/sshfs-win-manager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "1.3.1",
"description": "A GUI for SSHFS-Win.",
"homepage": "https://github.com/evsar3/sshfs-win-manager",
"license": "MIT",
"depends": "nonportable/sshfs-np",
"architecture": {
"64bit": {
"url": "https://github.com/evsar3/sshfs-win-manager/releases/download/v1.3.1/sshfs-win-manager-v1.3.1.zip",
"hash": "EBFB09FBDED091068FE011AE5675A91B431F0DE63863D1BA841A2B0147534534"
}
},
"shortcuts": [
[
"SSHFS-Win Manager.exe",
"SSHFS-Win Manager"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/evsar3/sshfs-win-manager/releases/download/v$version/sshfs-win-manager-v$version.zip"
}
}
}
}
Loading