Skip to content

Commit

Permalink
raspberry-pi-imager: Add version 1.5 (#5816)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Čábera <[email protected]>
  • Loading branch information
alexchapar and Ash258 committed Mar 14, 2021
1 parent d949544 commit 9138f57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bucket/raspberry-pi-imager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "1.5",
"description": "Tool for writing an Raspberry Pi OS images to SD cards.",
"homepage": "https://www.raspberrypi.org/software",
"license": "Apache-2.0",
"url": "https://github.com/raspberrypi/rpi-imager/releases/download/v1.5/imager-1.5.exe#/dl.7z",
"hash": "9c62170a4180d64dfffc6f2af4bc5f3dc04cafd99c2511ed3af38dad9e2173e2",
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninst*\" -Recurse",
"shortcuts": [
[
"rpi-imager.exe",
"Raspberry PI Imager"
]
],
"checkver": "imager_([\\d.]+)\\.exe",
"autoupdate": {
"url": "https://github.com/raspberrypi/rpi-imager/releases/download/v$version/imager-$version.exe#/dl.7z"
}
}

0 comments on commit 9138f57

Please sign in to comment.