From f25bb97936adf4629da9c7ce5b54a7b54c570451 Mon Sep 17 00:00:00 2001 From: Zenithal Date: Mon, 19 Sep 2022 14:32:22 +0800 Subject: [PATCH] github-release: add Homebrew/glibc-bootstrap Ref https://github.com/tuna/issues/issues/1586 --- github-release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/github-release.py b/github-release.py index 59db9b2..e0cdac6 100755 --- a/github-release.py +++ b/github-release.py @@ -15,6 +15,7 @@ BASE_URL = os.getenv("TUNASYNC_UPSTREAM_URL", "https://api.github.com/repos/") WORKING_DIR = os.getenv("TUNASYNC_WORKING_DIR") REPOS = [ "Homebrew/homebrew-portable-ruby", # Used by homebrew-bottles + "Homebrew/glibc-bootstrap", # Used by homebrew-bottles, see #1586 {"repo": "googlefonts/noto-fonts", "tarball": True}, {"repo": "googlefonts/noto-cjk", "tarball": True}, {"repo": "googlefonts/noto-emoji", "tarball": True},