diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69cf12be..9f39b849 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/homebysix/pre-commit-macadmin - rev: v1.15.0 + rev: v1.16.1 hooks: - id: check-autopkg-recipes args: ["--recipe-prefix=com.github.homebysix.", "--strict", "--"] @@ -9,7 +9,7 @@ repos: exclude: ^Corel\/ - id: forbid-autopkg-trust-info - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: ["--maxkb=100"] @@ -28,7 +28,7 @@ repos: - id: trailing-whitespace args: ["--markdown-linebreak-ext=md"] - repo: https://github.com/ambv/black - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -45,6 +45,6 @@ repos: - id: blacken-docs additional_dependencies: [black==24.1.1] - repo: https://github.com/PyCQA/pylint - rev: v3.0.3 + rev: v3.2.3 hooks: - id: pylint diff --git a/GitButler/GitButler.download.recipe b/GitButler/GitButler.download.recipe index 3d07dd2e..1ac48c67 100644 --- a/GitButler/GitButler.download.recipe +++ b/GitButler/GitButler.download.recipe @@ -6,7 +6,7 @@ Created with Recipe Robot v2.3.0 (https://github.com/homebysix/recipe-robot) Description Downloads the latest version of GitButler. - + Valid strings for ARCH input variable include: - x86_64: Download for Intel-based Macs (default) - aarch64: Download for Apple Silicon-based Macs diff --git a/Karelia/Tangerine.download.recipe b/Karelia/Tangerine.download.recipe index 367cf916..868d0c19 100644 --- a/Karelia/Tangerine.download.recipe +++ b/Karelia/Tangerine.download.recipe @@ -14,7 +14,7 @@ Tangerine! MinimumVersion - 0.6.1 + 1.1 Process diff --git a/Karelia/TheHitList.download.recipe b/Karelia/TheHitList.download.recipe index 176dec4c..d73b20bf 100644 --- a/Karelia/TheHitList.download.recipe +++ b/Karelia/TheHitList.download.recipe @@ -14,7 +14,7 @@ The Hit List MinimumVersion - 1.0.0 + 1.1 Process diff --git a/MarinerSoftware/MacGourmet.download.recipe b/MarinerSoftware/MacGourmet.download.recipe index 54b60728..12927140 100644 --- a/MarinerSoftware/MacGourmet.download.recipe +++ b/MarinerSoftware/MacGourmet.download.recipe @@ -14,7 +14,7 @@ MacGourmet MinimumVersion - 1.0.0 + 1.1 Process diff --git a/MarinerSoftware/MacJournal.download.recipe b/MarinerSoftware/MacJournal.download.recipe index 1baca557..daa90d23 100644 --- a/MarinerSoftware/MacJournal.download.recipe +++ b/MarinerSoftware/MacJournal.download.recipe @@ -14,7 +14,7 @@ MacJournal MinimumVersion - 0.6.1 + 1.1 Process diff --git a/MarinerSoftware/Persona.download.recipe b/MarinerSoftware/Persona.download.recipe index f6c25d42..8beff7e7 100644 --- a/MarinerSoftware/Persona.download.recipe +++ b/MarinerSoftware/Persona.download.recipe @@ -14,7 +14,7 @@ Persona MinimumVersion - 0.6.1 + 1.1 Process diff --git a/R/RProjectURLProvider.py b/R/RProjectURLProvider.py index 5b8834f4..90297594 100644 --- a/R/RProjectURLProvider.py +++ b/R/RProjectURLProvider.py @@ -52,6 +52,8 @@ def main(self): raise ProcessorError("Architecture must be one of: x86_64, arm64") # Prepare regular expression + pattern = r"" + url_base = "" if arch == "x86_64": pattern = r'base\/(?PR-(?P[\d.]+)-x86_64\.pkg)">R-[\d.]+-x86_64\.pkg' url_base = "https://cran.r-project.org/bin/macosx/big-sur-x86_64/base/"