Skip to content

Commit

Permalink
Update DFP file name and download URL
Browse files Browse the repository at this point in the history
Resolves #44 (Update DFP file name and download URL).
  • Loading branch information
apcountryman committed Apr 1, 2024
1 parent b982676 commit 44f95d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-device-family-pack
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function display_version()

function download()
{
if ! ( cd "$build_directory" && wget "http://packs.download.atmel.com/$family_pack.atpack" ); then
if ! ( cd "$build_directory" && wget "https://packs.download.microchip.com/$family_pack.atpack" ); then
abort "device family pack download failure"
fi
}
Expand Down Expand Up @@ -161,7 +161,7 @@ function main()
local -r family_pack_name="$1"; shift
local -r family_pack_version="$1"; shift

local -r family_pack="Atmel.${family_pack_name}_DFP.${family_pack_version}"
local -r family_pack="Microchip.${family_pack_name}_DFP.${family_pack_version}"
;;
--help)
display_help_text
Expand Down

0 comments on commit 44f95d2

Please sign in to comment.