Date: Wed, 20 Nov 2024 13:33:04 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1dbb61396930 - main - multimedia/libgav1: switch distfile mirror Message-ID: <202411201333.4AKDX4sn017011@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1dbb61396930ec19a3f10ce626038608a3049936 commit 1dbb61396930ec19a3f10ce626038608a3049936 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-20 13:25:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-20 13:32:39 +0000 multimedia/libgav1: switch distfile mirror Avoid having to maintain my own mirror. To find more use https://github.com/search?q=libgav1&type=repositories&s=updated --- multimedia/libgav1/Makefile | 2 +- multimedia/libgav1/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/libgav1/Makefile b/multimedia/libgav1/Makefile index 03b099dd410c..683f4be3de79 100644 --- a/multimedia/libgav1/Makefile +++ b/multimedia/libgav1/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libabsl_synchronization.so:devel/abseil USES= cmake:testing compiler:c++17-lang localbase:ldflags USE_GITHUB= yes USE_LDCONFIG= yes -GH_ACCOUNT= jbeich # mirror +GH_ACCOUNT= mirrorstogooglesource GH_TUPLE= google:googletest:release-1.11.0:gtest/third_party/googletest CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF+= ${CMAKE_TESTING_ON} diff --git a/multimedia/libgav1/distinfo b/multimedia/libgav1/distinfo index c58fa801ee6b..a39f04e81f4a 100644 --- a/multimedia/libgav1/distinfo +++ b/multimedia/libgav1/distinfo @@ -1,5 +1,5 @@ TIMESTAMP = 1698785112 -SHA256 (jbeich-libgav1-v0.19.0_GH0.tar.gz) = 156a831e236560508a591b386fee8b7b77c73278ea0609cbc7fb4256b244debf -SIZE (jbeich-libgav1-v0.19.0_GH0.tar.gz) = 1194750 +SHA256 (mirrorstogooglesource-libgav1-v0.19.0_GH0.tar.gz) = 156a831e236560508a591b386fee8b7b77c73278ea0609cbc7fb4256b244debf +SIZE (mirrorstogooglesource-libgav1-v0.19.0_GH0.tar.gz) = 1194750 SHA256 (google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5 SIZE (google-googletest-release-1.11.0_GH0.tar.gz) = 886330
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411201333.4AKDX4sn017011>