Merge pull request #163501 from samford/mplab-xc8-update-livecheck

mplab-xc8, mplab-xc32: update livecheck
This commit is contained in:
Miccal Matthews
2023-12-31 12:06:38 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ cask "mplab-xc32" do
homepage "https://www.microchip.com/mplab/compilers"
livecheck do
url "https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/downloads-documentation"
url "https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc32"
regex(%r{href=.*?ProductDocuments/SoftwareTools/xc32[._-]v?(\d+(?:\.\d+)+)-full-install-osx-installer\.dmg}i)
end
+1 -1
View File
@@ -8,7 +8,7 @@ cask "mplab-xc8" do
homepage "https://www.microchip.com/mplab/compilers"
livecheck do
url "https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/downloads-documentation"
url "https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8"
regex(%r{href=.*?ProductDocuments/SoftwareTools/xc8[._-]v?(\d+(?:\.\d+)+)-full-install-macos-x64-installer\.dmg}i)
end