Skip to content

Commit ed84353

Browse files
committed
Revert "Revert versioned formula renaming"
This reverts commit f8494c5.
1 parent c79ff8d commit ed84353

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Aliases/arm-gcc-bin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
../Formula/arm-gcc-bin@10-2020-q4-major.rb
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ArmGccBinAT10 < Formula
1+
class ArmGccBinAT102020Q4Major < Formula
22
desc "Pre-built GNU toolchain for Arm Cortex-M and Cortex-R processors"
33
homepage "https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
44
url "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-mac.tar.bz2"
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ArmGccBinAT8 < Formula
1+
class ArmGccBinAT82019Q3Update < Formula
22
desc "Pre-built GNU toolchain for Arm Cortex-M and Cortex-R processors"
33
homepage "https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
44
url "https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-mac.tar.bz2"
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ArmGccBinAT9 < Formula
1+
class ArmGccBinAT92020Q2Update < Formula
22
desc "Pre-built GNU toolchain for Arm Cortex-M and Cortex-R processors"
33
homepage "https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
44
url "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-mac.tar.bz2"

formula_renames.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"arm-gcc-bin@8": "arm-gcc-bin@8-2019-q3-update",
3+
"arm-gcc-bin@9": "arm-gcc-bin@9-2020-q2-update"
4+
}

0 commit comments

Comments
 (0)