diff --git a/Formula/a/alembic.rb b/Formula/a/alembic.rb index 3cdb0a80c716f..9a06a8f7644ab 100644 --- a/Formula/a/alembic.rb +++ b/Formula/a/alembic.rb @@ -4,6 +4,7 @@ class Alembic < Formula url "https://github.com/alembic/alembic/archive/refs/tags/1.8.8.tar.gz" sha256 "ba1f34544608ef7d3f68cafea946ec9cc84792ddf9cda3e8d5590821df71f6c6" license "BSD-3-Clause" + revision 1 head "https://github.com/alembic/alembic.git", branch: "master" bottle do diff --git a/Formula/c/ctl.rb b/Formula/c/ctl.rb index 75caecf34020d..9299ff0cfb1e9 100644 --- a/Formula/c/ctl.rb +++ b/Formula/c/ctl.rb @@ -4,6 +4,7 @@ class Ctl < Formula url "https://github.com/ampas/CTL/archive/refs/tags/ctl-1.5.4.tar.gz" sha256 "fb84925320d053827fce965d7aeea5bb8690d7093bb083c8e3915d7a600e25fc" license "AMPAS" + revision 1 head "https://github.com/ampas/CTL.git", branch: "master" bottle do diff --git a/Formula/f/f3d.rb b/Formula/f/f3d.rb index 0b18494cd21de..0bb4df9b1e150 100644 --- a/Formula/f/f3d.rb +++ b/Formula/f/f3d.rb @@ -4,6 +4,7 @@ class F3d < Formula url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.2.0.tar.gz" sha256 "2a3cff123821be41d99489e080a7153812e58a86598fa9f4988099660bf6a947" license "BSD-3-Clause" + revision 1 # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are # labeled as "pre-release" on GitHub before the version is released, so it's diff --git a/Formula/g/gdal.rb b/Formula/g/gdal.rb index d25a369e3c9d5..a80a8fb6ebe17 100644 --- a/Formula/g/gdal.rb +++ b/Formula/g/gdal.rb @@ -4,7 +4,7 @@ class Gdal < Formula url "https://github.com/OSGeo/gdal/releases/download/v3.11.3/gdal-3.11.3.tar.gz" sha256 "54638f6990f84c16142d93c9daaafaf1eab0a6a61538162095c334de086ef91f" license "MIT" - revision 2 + revision 3 livecheck do url "https://download.osgeo.org/gdal/CURRENT/" diff --git a/Formula/g/geeqie.rb b/Formula/g/geeqie.rb index 46f21d05bc837..c2923eae8da5c 100644 --- a/Formula/g/geeqie.rb +++ b/Formula/g/geeqie.rb @@ -4,6 +4,7 @@ class Geeqie < Formula url "https://github.com/BestImageViewer/geeqie/releases/download/v2.6.1/geeqie-2.6.1.tar.xz" sha256 "164b768b8a387edf654112428adb8fd88c265c76b7bc84a490158e6923da3a55" license "GPL-2.0-or-later" + revision 1 livecheck do url :stable diff --git a/Formula/g/gmic.rb b/Formula/g/gmic.rb index 64e5899d48d51..1beed203b43af 100644 --- a/Formula/g/gmic.rb +++ b/Formula/g/gmic.rb @@ -4,6 +4,7 @@ class Gmic < Formula url "https://gmic.eu/files/source/gmic_3.5.5.tar.gz" sha256 "f77999dbb6cd95e2766a0fa1c6ea3ec61007a981ff4644cba2cfba895ec1dff3" license "CECILL-2.1" + revision 1 head "https://github.com/GreycLab/gmic.git", branch: "master" livecheck do diff --git a/Formula/g/gstreamer.rb b/Formula/g/gstreamer.rb index f6f735799bc92..1834f909b6d70 100644 --- a/Formula/g/gstreamer.rb +++ b/Formula/g/gstreamer.rb @@ -2,6 +2,7 @@ class Gstreamer < Formula desc "Development framework for multimedia applications" homepage "https://gstreamer.freedesktop.org/" license all_of: ["LGPL-2.0-or-later", "LGPL-2.1-or-later", "MIT"] + revision 1 stable do url "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.26.5/gstreamer-1.26.5.tar.bz2" diff --git a/Formula/i/imagemagick.rb b/Formula/i/imagemagick.rb index f3d7ced4147ee..7f4d2b15e24e7 100644 --- a/Formula/i/imagemagick.rb +++ b/Formula/i/imagemagick.rb @@ -4,6 +4,7 @@ class Imagemagick < Formula url "https://imagemagick.org/archive/releases/ImageMagick-7.1.2-0.tar.xz" sha256 "edc13694c2f27554b36dc4817d80284f52c07c31e1ef8b88c8a4902a723dd643" license "ImageMagick" + revision 1 head "https://github.com/ImageMagick/ImageMagick.git", branch: "main" livecheck do diff --git a/Formula/i/imath.rb b/Formula/i/imath.rb index 415d2113c2b27..49c6c1389031e 100644 --- a/Formula/i/imath.rb +++ b/Formula/i/imath.rb @@ -1,8 +1,8 @@ class Imath < Formula desc "Library of 2D and 3D vector, matrix, and math operations" homepage "https://imath.readthedocs.io/en/latest/" - url "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.12.tar.gz" - sha256 "8a1bc258f3149b5729c2f4f8ffd337c0e57f09096e4ba9784329f40c4a9035da" + url "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.2.0.tar.gz" + sha256 "f3c0c4210b5e6fe17d90cd7ebbe9638eea9fb458421d00eddb4d1a9d5ad47b36" license "BSD-3-Clause" bottle do diff --git a/Formula/j/jpeg-xl.rb b/Formula/j/jpeg-xl.rb index 9660ba18b1a2e..895dd0e9bba66 100644 --- a/Formula/j/jpeg-xl.rb +++ b/Formula/j/jpeg-xl.rb @@ -4,7 +4,7 @@ class JpegXl < Formula url "https://github.com/libjxl/libjxl/archive/refs/tags/v0.11.1.tar.gz" sha256 "1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9" license "BSD-3-Clause" - revision 1 + revision 2 livecheck do url :stable diff --git a/Formula/o/opencolorio.rb b/Formula/o/opencolorio.rb index b06230b8aaa8a..6792fc0bf83a1 100644 --- a/Formula/o/opencolorio.rb +++ b/Formula/o/opencolorio.rb @@ -4,6 +4,7 @@ class Opencolorio < Formula url "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.4.2.tar.gz" sha256 "2d8f2c47c40476d6e8cea9d878f6601d04f6d5642b47018eaafa9e9f833f3690" license "BSD-3-Clause" + revision 1 head "https://github.com/AcademySoftwareFoundation/OpenColorIO.git", branch: "master" bottle do diff --git a/Formula/o/opencv.rb b/Formula/o/opencv.rb index 680ccbef426f9..1b289d3376123 100644 --- a/Formula/o/opencv.rb +++ b/Formula/o/opencv.rb @@ -2,7 +2,7 @@ class Opencv < Formula desc "Open source computer vision library" homepage "https://opencv.org/" license "Apache-2.0" - revision 1 + revision 2 stable do url "https://github.com/opencv/opencv/archive/refs/tags/4.12.0.tar.gz" diff --git a/Formula/o/openexr.rb b/Formula/o/openexr.rb index 8d5bf79a30fa8..db2fada39dcf4 100644 --- a/Formula/o/openexr.rb +++ b/Formula/o/openexr.rb @@ -4,6 +4,7 @@ class Openexr < Formula url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.3.5.tar.gz" sha256 "cb0c88710c906c9bfc59027eb147e780d508c7be1a90b43af3ec9e3c2987b70d" license "BSD-3-Clause" + revision 1 bottle do sha256 cellar: :any, arm64_sequoia: "f12f6e8a339ab66b6269da2b6376d49fec5a8b5bdeae7c0ebe89cd2b0b5a69a1" diff --git a/Formula/o/openimageio.rb b/Formula/o/openimageio.rb index 07a05462c9b83..796dfdf1c1af4 100644 --- a/Formula/o/openimageio.rb +++ b/Formula/o/openimageio.rb @@ -4,6 +4,7 @@ class Openimageio < Formula url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.9.1.tar.gz" sha256 "bbc5db069b7d8e4e2fccf994d55a262953057745a5e398e44a2e5235a8736d1d" license "Apache-2.0" + revision 1 head "https://github.com/AcademySoftwareFoundation/OpenImageIO.git", branch: "master" livecheck do diff --git a/Formula/s/synfig.rb b/Formula/s/synfig.rb index 15f6ecea5cbc0..1dd9b70704551 100644 --- a/Formula/s/synfig.rb +++ b/Formula/s/synfig.rb @@ -5,6 +5,7 @@ class Synfig < Formula url "https://github.com/synfig/synfig/releases/download/v1.5.3/synfig-1.5.3.tar.gz" sha256 "913c9cee6e5ad8fd6db3b3607c5b5ae0312f9ee6720c60619e3a97da98501ea8" license "GPL-3.0-or-later" + revision 1 head "https://github.com/synfig/synfig.git", branch: "master" livecheck do