Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kdeconnect: Add version 21.12.0-835 #7662

Merged
merged 1 commit into from
Jan 3, 2022
Merged
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
40 changes: 40 additions & 0 deletions bucket/kdeconnect.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "21.12.0-835",
"description": "Communications and data transfer between devices over local networks",
"homepage": "https://kdeconnect.kde.org/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://binary-factory.kde.org/view/Windows%2064-bit/job/kdeconnect-kde_Release_win64/lastSuccessfulBuild/artifact/kdeconnect-kde-21.12.0-835-windows-msvc2019_64-cl.7z",
"hash": "8c3f37c3ef459a5cc5148afe4400392f4482d643e731199a6880bd5470c2eb47"
}
},
"bin": [
"bin\\kdeconnect-cli.exe",
[
"bin\\kdeconnect-cli.exe",
"kdeconnect"
]
],
"shortcuts": [
[
"bin\\kdeconnect-app.exe",
"KDEConnect"
]
],
"checkver": {
"url": "https://binary-factory.kde.org/view/Windows%2064-bit/job/kdeconnect-kde_Release_win64/",
"regex": "kdeconnect-kde-([\\d.-]+)-windows-msvc(?<vc>\\d+)_64-cl\\.7z</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://binary-factory.kde.org/view/Windows%2064-bit/job/kdeconnect-kde_Release_win64/lastSuccessfulBuild/artifact/kdeconnect-kde-$version-windows-msvc$matchVc_64-cl.7z"
}
},
"hash": {
"url": "$url.sha256",
"regex": "$sha256"
Comment on lines +36 to +37
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "$url.sha256",
"regex": "$sha256"
"url": "$url.sha256"

I don't think regex is required when there's only one hash in the file. Is it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish so, but it turns out not working without regex. I will leave a comment later when I find the reason.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Purposed fix at ScoopInstaller/Scoop#4619

}
}
}