Skip to content

Commit

Permalink
localsend: Add version 1.6.2 (#10357)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom committed Feb 1, 2023
1 parent fc9ecf4 commit 2d100f9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/localsend.json
@@ -0,0 +1,28 @@
{
"version": "1.6.2",
"description": "Share files to nearby devices. An open source cross-platform alternative to AirDrop.",
"homepage": "https://localsend.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/localsend/localsend/releases/download/v1.6.2/LocalSend-1.6.2-windows.zip",
"hash": "b2456251077e7547bacab024582e8d9303c5bf0aff78dff0e5f43c5957c1bce6"
}
},
"shortcuts": [
[
"localsend_app.exe",
"LocalSend"
]
],
"checkver": {
"github": "https://github.com/localsend/localsend"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-$version-windows.zip"
}
}
}
}

0 comments on commit 2d100f9

Please sign in to comment.