From ac2753e15fbef915ee3ecdd220efe76201e4e2fd Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Mon, 2 Sep 2024 12:04:55 +0100 Subject: [PATCH] feat: upgrade to `3.7.1` binaries --- CONTRIBUTING.md | 19 + MODULE.bazel | 379 ++++++------ MODULE.bazel.lock | 1272 ++++++++++++++++++++-------------------- e2e/MODULE.bazel.lock | 1284 ++++++++++++++++++++--------------------- upload/BUILD.bazel | 6 +- 5 files changed, 1505 insertions(+), 1455 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 112a2d80..3f2e0076 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,3 +22,22 @@ release. [semrel-release-channels-usage]: https://gitlab.arm.com/semantic-release/config-release-channels/-/blob/main/README.md?ref_type=heads#usage + +# Upgrading Binaries + +The following script can be ran in a POSIX shell: + +```console +# Clear out all integrities +sed -i 's|"\([a-z0-9-]\+\)": "sha256.\+",|"\1": "",|g' MODULE.bazel +# Run a fetch and update integrity +for BINARY in $(rg --no-line-number '^ +"([a-z0-9]+)": "",' -or '$1' MODULE.bazel); do + INTEGRITY="$(bazelisk fetch @${BINARY}//:entrypoint 2>&1 | rg -o 'sha256-[^"]+')" + echo "${BINARY}: ${INTEGRITY}" + sed -i "s|\"${BINARY}\": \"\",|\"${BINARY}\": \"${INTEGRITY}\",|" MODULE.bazel +done +# Upload all binaries +for TARGET in $(bazelisk query 'upload:*' | tail -n +2); do + bazelisk run "${TARGET}" +done +``` diff --git a/MODULE.bazel b/MODULE.bazel index eca1bb90..b5c782c0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -47,8 +47,8 @@ download_file( integrity = "sha256-siSN87YY1f4LMWIEe8OCycM+61MmIVRAczNhQ28umGo=", output = "ape-m1.c", urls = [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1/ape-m1.c", - "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.1/ape/ape-m1.c", + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.7.1/ape-m1.c", + "https://raw.githubusercontent.com/jart/cosmopolitan/3.7.1/ape/ape-m1.c", ], ) @@ -68,8 +68,8 @@ compile( integrity = integrity, output = "ape", urls = [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/{}".format(binary), - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/{}".format(binary), + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/{}".format(binary), + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/{}".format(binary), ], ) for binary, integrity in { @@ -115,8 +115,8 @@ export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain integrity = integrity, output = binary, urls = [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/{}".format(binary), - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/{}".format(binary), + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/{}".format(binary), + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/{}".format(binary), ], ), ape_entrypoint( @@ -129,161 +129,161 @@ export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain ), ) for binary, integrity in { - "assimilate": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", - "awk": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", - "b2sum": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", - "base32": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", - "base64": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", - "basename": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", - "basenc": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", - "bash": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", - "berry": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", - "brotli": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", - "bzip2": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", - "cat": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", - "chcon": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", - "chgrp": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", - "chown": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", - "chroot": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", - "cksum": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", + "assimilate": "sha256-x+QFHsl3qS+jYjho0xxbJeBp3O6uL2wnKJZKEoDEw1A=", + "awk": "sha256-PiOShImEzzvOu2+R9k0K0AdyMlr1nnT3cJ7p9cIHXjE=", + "b2sum": "sha256-TrKBzOCkeaNUsddSja41LMcFBTesbSsqpYnUfjNsYT8=", + "base32": "sha256-7Wn4eKnZPrtsJKWTL1u0HeY63JkwvuWaTf54/+6oo3w=", + "base64": "sha256-CMWX3B4d/BW1QFVTXJZk0/i4qWHsjmx218lkhVa5cyc=", + "basename": "sha256-IU5SRGkrC5s0wiuXowmyMnpxRger/+lri50bLu+9/W4=", + "basenc": "sha256-Lo7PPPjsCdHLnS3ZXFHA6cBJxl4RHoAzqGG43/tvQVw=", + "bash": "sha256-s2mO/u1+fRTc7NjyuwnBBFpmFQsfMUolvlwnD4mAA6A=", + "berry": "sha256-zYXC3x2H+BVSMkKl3lHuU6YtGpcfkA1C/po4gJEFbVU=", + "brotli": "sha256-kFHVadj7qO8fa++DoRfo5mF3yRQfEzwY8oYmAkNrZWU=", + "bzip2": "sha256-kBAQdR6JQLKqPepHDOKFedVxhY6djhlzdO/ioQVriqg=", + "cat": "sha256-iaqHF+splIN98lPFyBN6UkLaklBaIquFgX+cnF8l830=", + "chcon": "sha256-Kzs3JDn3lGd4KMEc8b/NaqUIT5QCSSqpGU8Z9i1pR04=", + "chgrp": "sha256-wVPuS25JuvPsnRfDwy7SUqdS9wtM3tnNFmMKvtv1IwI=", + "chown": "sha256-h08zDAqTb26lDxnjaO2QQJQMA6a8WjkCNqFLW8+x0xQ=", + "chroot": "sha256-u/W5RQbAT8MMZaZ0755Kr779zDFEAZZaJg4ccHaDcJ0=", + "cksum": "sha256-zdiwW+Uzmd5nRPg33iL/t8MwMgThvFH05XxkBZFKrDI=", "clang-format": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", - "cmp": "sha256-8KPABEMCQeKSwHulagH5f382QOqkVpFp1Y3mohbcHk8=", - "comm": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", - "cpuid": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", - "csplit": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", - "ctags": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", - "curl": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", - "cut": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", - "dash": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", - "datasette": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", - "date": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", - "df": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", - "dir": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", - "dircolors": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", - "dirname": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", - "diff": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", - "diff3": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", - "du": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", - "emacs": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", - "emacsclient": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", - "env": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", - "expand": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", - "expr": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", - "factor": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", - "false": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", - "find": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", - "fmt": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", - "fold": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", - "gmake": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", - "greenbean": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", - "grep": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", - "groups": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", - "head": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", - "id": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", - "install": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", - "join": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", - "kill": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", - "less": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", - "life": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", - "link": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", - "links": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", - "ln": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", - "locate": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", - "logname": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", - "ls": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", - "lua": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", - "lz4": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", - "make": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", - "md5sum": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", - "mkfifo": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", - "mknod": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", - "mktemp": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", - "mktemper": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", - "nano": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", - "nesemu1": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", - "nice": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", - "ninja": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", - "nl": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", - "nohup": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", - "nproc": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", - "numfmt": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", - "od": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", - "paste": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", - "patch": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", - "pathchk": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", - # "pigz": "sha256-pvWipO8MGunU157lNj5pkNwMwDYSUFjtx7nWoNxBDw8=", - "pinky": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", - "pledge": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", - "pr": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", - "printenv": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", - "printimage": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", - "ptx": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", - "pwd": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", - "pypack1": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", - "python": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", - "qjs": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", - "readlink": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", - "realpath": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", - "redbean": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", - "rmdir": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", - "rsync": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", - "runcon": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", - "script": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", - "sdiff": "sha256-V8rMT2LlnNJ5nQDA+HRVtYBWeoHFCko3lSoyJMo/UTE=", - "sed": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", - "seq": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", - "sha1sum": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", - "sha224sum": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", - "sha256sum": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", - "sha384sum": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", - "sha512sum": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", - "shred": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", - "shuf": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", - "sleep": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", - "sort": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", - "split": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", - "sqlite3": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", - "stat": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", - "stty": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", - "sum": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", - "sync": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", - "tac": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", - "tail": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", - "tar": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", - "tee": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", - "test": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", - "tidy": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", - "timeout": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", - "tmux": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", - "touch": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", - "tr": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", - "tree": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", - "true": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", - "truncate": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", - "tsort": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", - "tty": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", - "ttyinfo": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", - "unbourne": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", - "unexpand": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", - "uniq": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", - "unlink": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", - "unzip": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", - "uptime": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", - "users": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", - "vdir": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", - "verynice": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", - "vim": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", - "wall": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", - "wc": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", - "wget": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", - "who": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", - "whoami": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", - "xargs": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", - "xz": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", - "yes": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", - "zip": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", - "zsh": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", - "zstd": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", + "cmp": "sha256-7zg2xAXwOgGbHZcQT5BKEXKC5HnSvgFcshKcwt9r0eo=", + "comm": "sha256-JKgeaH32IXUsNSJsImmlhixKaWgSS1MuY7xuBadWVWE=", + "cpuid": "sha256-wKcRpoBRuDBkUc/kZ4xc9/0NglwuOqoH5UWSmFnK23M=", + "csplit": "sha256-c2HGNGUV5pcT9L1I+YpF+03zCXd1D6YvyKNmgyO6THE=", + "ctags": "sha256-MGiJNJzEAlK7odpF9igTuPdX7DsdjV2F/QZeg2NtsWM=", + "curl": "sha256-CO01oqQL/e8THjI+IUMI7IXQlrBR2Y2R46gGWHnHtAc=", + "cut": "sha256-pwryW/gZrXVk8zEs+MNjzyK/Rb2CrbyxfMsGM2MbGhI=", + "dash": "sha256-5bVTl8JjEtM3SrWi+FN1v1ujskxlmKSN69kD8vf6Vi4=", + "datasette": "sha256-PzZY+pMnE8+d4P8BZUi7eLezP+x8Umsy2U7xj+QMuU4=", + "date": "sha256-cjOSAN46p90Df/2wz8sNqUDiXzJW1qO9RaqnA0xWxMk=", + "df": "sha256-xTsgLo5CQt/5zRilYsLZmDloOMIC+IndGeDsnNo2XLQ=", + "dir": "sha256-+9rM66ovQ+tQjs9tEd2DWBIugHe3nVNotKD+yhxt31o=", + "dircolors": "sha256-HeXbmGM/Y3H8HdIM6aMUijIGudJsu3quDfXL9Ik6NQk=", + "dirname": "sha256-OBGImE8XvGfcxIpDJ/dF+eUSye6bRqYkHrCziPcbU4U=", + "diff": "sha256-LNhyxlYcMaGJ9nALEl88adOXLButi4INTHyV223qGo8=", + "diff3": "sha256-O51KFif+qTkNuExjKEX2Isyc9JWMoZI5hPIlxheNq8Q=", + "du": "sha256-RW6WRDazzwOBI6081Y4LZ+6j2uc0hIBeX9s/ZBS++VQ=", + "emacs": "sha256-IySVf0e15ywmGKV5UVKFm6nmNMMDhk3BuzmmtZKuceI=", + "emacsclient": "sha256-nEykFz15u4uryFG3Zf18smsiDcFiplml5WudESjHrRo=", + "env": "sha256-j2a8SGrIZHhJje9aRsmMnQokzjE2qtQNjFX1hBamyaI=", + "expand": "sha256-Be/uWdzKcuXmQ+vwbALRxwjtqQ+bsG6/NeOyCfQVask=", + "expr": "sha256-YkaWuXbndUjCcxA7EDvQ/ppES/XJAmQWRsc+6LrhIhA=", + "factor": "sha256-zo4zhzl2vTTBAL+ExDoIxu4VjIyRTgZvcPg6c7sCft4=", + "false": "sha256-KZqfrd0BLNhoZn5EvdyfCk2eib65MDy8cKA8J1tPgEc=", + "find": "sha256-uBAQwdFN5k1iNYoSj9HheP30ptebbBrxbS3DPJNbByQ=", + "fmt": "sha256-WhcItBIoGAkjgaZ6e2TcfOoBZC2lKCcFhpSfyP5p/A4=", + "fold": "sha256-oEg8o2bbU2TolIjizOYQWaoRIHFQiKv7OTcPscPTjj8=", + "gmake": "sha256-C+xPo5b8yskTLBZpnMili3TlSCb74/kDlDWGXyFoMeE=", + "greenbean": "sha256-P3uA2rP87pXaytqVsrnyHUcpMGzlz4EnKe5VxnN2jaU=", + "grep": "sha256-9YIyw29q0DZUOxJvzFa51DD39vlsr4Ejd7XpQPe443w=", + "groups": "sha256-rCOoPZoB1oIeyWyOXgE0b+L8mhv3tDNP4fqmLNQuZPY=", + "head": "sha256-lXis1YA7kIXODBDOojYBfVQ4D0TtWQYLhZ6iL9q/vCo=", + "id": "sha256-yA9Nj0DusOHy8nEBzAHKUQeFlRdpqZtLqvbi66JWrlU=", + "install": "sha256-Qocp0AJAl1Tnm+gEYaLnL2PQ+Iz4Eg9wvdSsDU3oyH0=", + "join": "sha256-O1m7i9RAFxLZLirlvVle3R7nrCM7O7DaHUGW/BdDIlI=", + "kill": "sha256-hnQL/qh+uLgvgJVKs8MY1aKqVMHhR+cPRBkcNkztXc0=", + "less": "sha256-60FEOUh4bKXuf9yNKYPQFD5XFTxSkIfGSBdSQNroS/4=", + "life": "sha256-L8gjytgadSZu/CR32m9XH8CWykHGWhrIHiPaUHxUSyQ=", + "link": "sha256-l7GKrbz2rhRORMZbEOqEWgd3WFfs/Jc8umv3AxFC1bE=", + "links": "sha256-QE5AsVCI8zIhrgWrWAUGIjqr1vwYnE0B7GT4Kp2wLVk=", + "ln": "sha256-KwsF0B1x4TV357FnU2rgBpkTehyJ1q+T1Hb7R6BA/c4=", + "locate": "sha256-2v5XygbHC3trjPe/kzl/a5uTNrjZVTfz1o2Fn69O7O8=", + "logname": "sha256-aWGmwv8y6zHr7QbCBEGZXGzaQqr/toBzj7OyuMbIFg4=", + "ls": "sha256-EfOI6SFZvVYArbKFcfKUKqg5DTRsstdA0Dq1HNCJ3qU=", + "lua": "sha256-/5cXknboTuyZqgUAheLxXmRtY9XSb25cse1wFFjNk2k=", + "lz4": "sha256-PFx+fDvlUnhL54BQgtEuIeRIadNjR2hWukUkpyFt6bU=", + "make": "sha256-tMO2mNneT8sXwqiZKc7/uCKZ2UOyTr4nNSLrJLfttuc=", + "md5sum": "sha256-jX70gTagi/lSMYBoxxqp42o9LEhCxORVbMtRuPaUmyw=", + "mkfifo": "sha256-QpY9VZ2D6rVYMoeZEGlDngWWYvETxwHDXtbX6Bf1Km4=", + "mknod": "sha256-EGB0N+L84vGnN+yPkmu3BnkcPBSTGlc9iOjL2UIKBj8=", + "mktemp": "sha256-J5p3mYE5WRqIgjBZxDntj22AbpCCyhcT9HREuXV8IL8=", + "mktemper": "sha256-XFEfUwhs9mu4y1osxpfpOSgSbUUEP07ks6vgqSVlXhQ=", + "nano": "sha256-YqQLjI+pz0Bx0399iAJLMB6+k9IrEArw8MqwRFWOR00=", + "nesemu1": "sha256-UiWfFm+px9oSPOZOfWHz4WZZUyieBSde9Y7lYqscfWk=", + "nice": "sha256-8DkKoJs9xYTJpS0A9+SRFS0s67I9YfcsUDXCAmhMvVc=", + "ninja": "sha256-UNQAHco+aKm9fqsO7n10vyF0qYVIpYtxNqYs27P/9Zw=", + "nl": "sha256-V9SNa4NXjc3KFY4AAPkWQA1RCzPkOhEQqqvz3f1sAL0=", + "nohup": "sha256-2pBFo53we/mbI9ruzWIkywp94SxZDdNOSpWhV69bDyE=", + "nproc": "sha256-KfKKPfUAK6j6DzSQwdgm/6yuXl9f066N2kRvE/o2a0g=", + "numfmt": "sha256-N2z4bSxNwaCzl+3EiJ0TalTMvICgwPYDj2WnnmA4KE8=", + "od": "sha256-n1EJ7s9h4IlbehGRxXJG2pKznTyMkNRZVh12SVmo6IY=", + "paste": "sha256-k+f1ri+vXgEAMzdNILQzy8x/zUnB8oLFlJ1NjxcyjNY=", + "patch": "sha256-i9HGSs650eXHgK5SUdoKPrHCjaFt9QqoMIbZM0prB/8=", + "pathchk": "sha256-zkQm8sad2E49yUnq5w5kPfZGJzUw3zBn8+px/FaQUBs=", + # "pigz": "", + "pinky": "sha256-7kbCtFSv9O5MxBQ2dlv5VaIiOZAJyOa8SFTlkJr64SU=", + "pledge": "sha256-cFwuCvq3IncQx6kb315bxnNl/lIUfKc8gN/IU+j1EAw=", + "pr": "sha256-IjM5F+Lh7ebuoIxjJCqn4yz6qkDPx9plrYvl0KCGULw=", + "printenv": "sha256-wBxvMOxzo392/M4gV0YD2GzI5Q4ymYxsAbsoAQL5zAo=", + "printimage": "sha256-8p+VqLEbvXDW02N1ESwggkB59CpyCW5PFMi+d0UncAU=", + "ptx": "sha256-sYXTprxPH5gCs7g+gxVurMn+78nYsZ0FXIuf58MPP/c=", + "pwd": "sha256-hPcozpA3HcPu3pTfaYeAA1qnfoTEwXQ8hIQCKiAm+dg=", + "pypack1": "sha256-s8hepPfEr+kF3ZfB1g6Xux/2NDgC0eegFVBzUr7WAvc=", + "python": "sha256-lBG+er+uWn+jZ0Roa4tsw5pTMoQr73SEeioqvXmeJIk=", + # "qjs": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", + "readlink": "sha256-XhCpnWcaDbrSaDiEiS9h4CNrbBjUd68YoTPMJsfgAsE=", + "realpath": "sha256-kZqQKF7DTEM7uy5tYwaxFB2mdews5yLSOKOKA7gXA1g=", + "redbean": "sha256-NxcEyoSdLqO8xpGzkVVlqM3ts4faX0dh0ZKaX/olfr4=", + "rmdir": "sha256-ApDRffmoYTrpjaxfmoyclVTBguDgy8tIEWfMeDGQmgU=", + # "rsync": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", + "runcon": "sha256-ObiMxp7eh2DgOwnv49LU+RqkxNQ7nSdpKQha0XzOWyM=", + "script": "sha256-u3I17IwawT81h3gKPJZQR2VwhN+96HSLQ6zP7M1f4OU=", + "sdiff": "sha256-J6oSzHOdOqXrgcMt6ZsbGQEskRLyGe3zAyM85H+ctlI=", + "sed": "sha256-icpkHAOmRg/2a/1AQwoot/h2AnvgYVaU+tClvzb5ztI=", + "seq": "sha256-d0yypk3Es9I+n9YT5jSz5SPY4VOHsJ8RBgN4d+xv8MA=", + "sha1sum": "sha256-zt/dnqgiviQCXjFMDakN2olRVJNKMG3+ltB87h//jZY=", + "sha224sum": "sha256-S0QdQ0Z94hiL3sr6c6U0fOrCdCrWFjqRsQ0xuq/0fQk=", + "sha256sum": "sha256-Ek6NepBpJTQMWW9MuM2IzFnDiCEIP8300d5nkumjSr8=", + "sha384sum": "sha256-ehLWdCUgB1mVnv8OBdG+BZlWoBTfLUgHttxknsTEPb4=", + "sha512sum": "sha256-kHa4fp0C3CCN2+wD3SrSVUaxRIWWhYGBI7UytEzMcOw=", + "shred": "sha256-xioIsrk5HHwT3Mcf2CWhPyJnxl9z3AFCLsxS+b8kuRo=", + "shuf": "sha256-fI98jKWCZ5MgHpELnz/lHJy+VrIWf80nKokoY1lfmB0=", + "sleep": "sha256-xuzuadvt0AfjiJyTQWoKLoQM+oK6QfGT2n4eGMa42Fs=", + "sort": "sha256-2ZhQUCjqdJ2tZxv88NLBTMjyHd/GtK4aHgr9zEMN9E8=", + "split": "sha256-FzzJgL/jc+gMwChdKi2zA8sSefWPCp/xHGukXJ09W3E=", + "sqlite3": "sha256-u8e4EAvy2OkPwGt2h4HMnliOKeRnrhigka9AHSsy45g=", + "stat": "sha256-l/9uV0whTEirjNCOU/KMvCL4zOmbt9urtLpibFDGlu4=", + "stty": "sha256-+R3nXybBi3lnghBxNJqt/E9lSVEvXWNd48kdUkdz71g=", + "sum": "sha256-u34u/+HUzo8nqhqIRrwVEywYj/mSpwewShkTJy2RDqg=", + "sync": "sha256-e6vHf9wOOoHj+0pERfTHnbY2/xW5cO8bY22sxtzwQt4=", + "tac": "sha256-onhYcgU+khm2rdWZcJUXeNQDyhSEiByavttEL6h0YzU=", + "tail": "sha256-zxkALJng81qdJvA1FhTJG/PEqEwRQz2X7ntR/ERQJhA=", + "tar": "sha256-u7s1gyarncmBRHYS+nYkzsxPp0ct1+P7EnH0xsLWO/U=", + "tee": "sha256-sEvEKaZ1kuuB5vWsSDeDiKeVVUlFLv1BrPM7SGc/A88=", + "test": "sha256-TXhCDuGK2EpzvO1D4cwlz7S33zKrcXSjwYErpjsb9a4=", + "tidy": "sha256-207CBLHdgJnu3zu6HLd2aP9yt372xpE2loUwJr952xc=", + "timeout": "sha256-jUb/3AUdDxpToWg8fr0ie37ATBbxiqXp7kQdW548tVY=", + "tmux": "sha256-S9r1cPinQXIVeQhfvGPh95JeoVQmILnerEtvX2sSKns=", + "touch": "sha256-9QX4NOQt2gMwvwAi7dorq57ZpQx2/qkRmYaMdUgESWE=", + "tr": "sha256-xPxJICWFt9Fjvc2QWgN/p82BDw+F04gACFy54aTvp0s=", + "tree": "sha256-ijXcmtpVw2VIHocvCK2rU60wVbtd8VSNKY6A81LoVo4=", + "true": "sha256-WKAtufxhFpWDlc1RUFztyyQMI1inrOrFjjsYxrYKhIE=", + "truncate": "sha256-9yZlpBInSbImh6MeUhj2RRTDz/35uguyhxYbcOZt0q0=", + "tsort": "sha256-zHOD+Aiw5VADXW+55GNlTwRg6PQyY6juJa/L1PLSRjM=", + "tty": "sha256-C3pT3B/kZbJVhabYYQzS670cxvTAPalx+ONfJ7HjBw0=", + "ttyinfo": "sha256-xH4w+VGbPxESNAQW0WMRwdi00YwMkOXDo1IPPNpkfWk=", + "unbourne": "sha256-GxVzljrGjc4KjGJvtRQDnkym9UGinxDXCpy3vDon6mY=", + "unexpand": "sha256-D1tBeE/Y5gz6QuF4MXlDj4fdP5osoIpX0lSnMNIDpXQ=", + "uniq": "sha256-LcupCoDKanj1jigte19txmuPVLh/8rvA3fT7r4xkcRs=", + "unlink": "sha256-180ZCH3gkYeLDY1jivNvYJXNm5AqOJVx6vjFbuqWFhc=", + "unzip": "sha256-mWVG9/vk5WnR1nrnLrYErSL/e9qZCT8eY9QzW7UeI0o=", + "uptime": "sha256-qD1cZCh7hJJ55AGevqag0zTthSgo8UN2ddPG5mOBuC8=", + "users": "sha256-Q8V9U6YfpaGlCSBLXGn2HJzCCnc8q03bEPCcjZD5WRA=", + "vdir": "sha256-Zbah+UiDmhGAmWAJNe8J1lW9PwpgTEdr8puenKbJf4s=", + "verynice": "sha256-REVMf9GYTyaiAPrTE4WVV7LqfCI2lasj8ajJhXyFKyE=", + "vim": "sha256-emyIHvfRwplyshI3IOFaIDaYIjXtmIhmk18wBmFDm/U=", + "wall": "sha256-4/Lqe9lqSUVb5RU1mXq4c1K1XPDyllMkZePVLi4ymKs=", + "wc": "sha256-//qpbuPZ8XLio/54/m2DVXN2a+oFUN7LQ0dO3+Jl/mY=", + "wget": "sha256-IYg+YKgJ0KbAFHKwyyFpJ2HWtRoukuYH+PJECY3TkZ8=", + "who": "sha256-+msow+UYZ5LFhoLYWXN/B3RpkP4DVZM32p2gfRxlxDk=", + "whoami": "sha256-yEHpMZVa95mHV1ZTNdJujB+ZZpk4kuC8QafC8Q5xHN0=", + "xargs": "sha256-mz9bnqosuFcbM6LMjnCySEP5fei7yvapyWgz60hLiok=", + # "xz": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + "yes": "sha256-jFwnz8FHv8LdK3EW6Zp6IAT9Y0dt38JkePWM7+PpG1M=", + "zip": "sha256-33JZlJppAfxlEvW/obvCQdpCWwaprCfOP4J5lTNhktM=", + "zsh": "sha256-eMYlKSlyIJW0BDZLDEDn19zT3zg3dSzPVNUnrrZSAKs=", + "zstd": "sha256-RdAEdLJGfzc4vORGYtwxR1csgthzp9gY7Bmu8KiK20A=", }.items() ] @@ -296,8 +296,8 @@ export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain integrity = integrity, output = binary, urls = [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/{}".format(binary), - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/{}.ape".format(binary), + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/{}".format(binary), + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/{}.ape".format(binary), ], ), ape_entrypoint( @@ -310,21 +310,20 @@ export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain ), ) for binary, integrity in { - "chmod": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", - "cp": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", - "dd": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", - "echo": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", - "gzip": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", - "mkdir": "sha256-mt2EcyVG4+Pg7C0HXbGd5IIRtoZ+LEqX9c/kq8DcsQw=", - "mv": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", - "printf": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", - "rm": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", - "uname": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "chmod": "sha256-Q1xECBpFyIYCDkcqQ+tUnTi166LC/Hng0pWq8h/Nna4=", + "cp": "sha256-8+ioU1winJ0waEUPBvFPEwCtnTJnhOjIjOS/knCCU1Q=", + "dd": "sha256-5UAFsJ5LaSEX+aqv1jrk/T6OxpHbprE5i7ZYV0ulYg4=", + "echo": "sha256-jWC35ahFQvRjO0uhLCgt4jnyO1ZgLtF5yDiXFO2Kx/I=", + "gzip": "sha256-s4JO4E7BeTOUdzMuLEPRmW4QDodtbuscYZhQR2OjyEA=", + "mkdir": "sha256-djlif5zZl7ociZlF/0NaiP60kRDOTTS980cxGBRJSI0=", + "mv": "sha256-4k6/zz5QRC2KP2n5/bEv24Ko+ebUT5a73L2sxuV73pg=", + "printf": "sha256-tEvBob4PXlQ70HFHcD+m1DG27BQ8UcLy9Wo7DRN6txc=", + "rm": "sha256-IL/aTd3nIpSXAwqp40bf9COzAuWIxKgO4kMsgOf9aFI=", + "uname": "sha256-wcjn5dEUIat1FmI6j/YesdIMJE+Gj13q1G2caC/RMHs=", }.items() ] -# TODO: remove these when we upgrade to 3.3.1+ -# `pigz` is here because `3.3.1` decompression fails +# 3.2.4 downloads [ ( download_file( @@ -347,6 +346,38 @@ export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain ), ) for binary, integrity in { + # TODO: `pigz` decompression fails on `>3.2.4` + # https://github.com/ahgamut/superconfigure/issues/38 "pigz": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", }.items() ] + +# 3.3.1 downloads +[ + ( + download_file( + name = "cosmos-{}".format(binary), + executable = True, + integrity = integrity, + output = binary, + urls = [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/{}".format(binary), + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/{}".format(binary), + ], + ), + ape_entrypoint( + name = binary, + binary = "@cosmos-{}//:{}".format(binary, binary), + ), + export.symlink( + name = "ape-{}".format(binary), + target = "@{}".format(binary), + ), + ) + for binary, integrity in { + # TODO: remove these when future versions make them available + "qjs": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", + "rsync": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", + "xz": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + }.items() +] diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 9566ce68..7f664c3d 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 6, - "moduleFileHash": "58dafab522a33290590e790f8021ba513afc6208fb859423fccbae0851959b5b", + "moduleFileHash": "f9509324781a041a6076c302f0ffec6ae29317b62dd826292a2e7f5e57e293f1", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -228,8 +228,6 @@ "pypack1": "pypack1", "cosmos-python": "cosmos-python", "python": "python", - "cosmos-qjs": "cosmos-qjs", - "qjs": "qjs", "cosmos-readlink": "cosmos-readlink", "readlink": "readlink", "cosmos-realpath": "cosmos-realpath", @@ -238,8 +236,6 @@ "redbean": "redbean", "cosmos-rmdir": "cosmos-rmdir", "rmdir": "rmdir", - "cosmos-rsync": "cosmos-rsync", - "rsync": "rsync", "cosmos-runcon": "cosmos-runcon", "runcon": "runcon", "cosmos-script": "cosmos-script", @@ -344,8 +340,6 @@ "whoami": "whoami", "cosmos-xargs": "cosmos-xargs", "xargs": "xargs", - "cosmos-xz": "cosmos-xz", - "xz": "xz", "cosmos-yes": "cosmos-yes", "yes": "yes", "cosmos-zip": "cosmos-zip", @@ -375,7 +369,13 @@ "cosmos-uname": "cosmos-uname", "uname": "uname", "cosmos-pigz": "cosmos-pigz", - "pigz": "pigz" + "pigz": "pigz", + "cosmos-qjs": "cosmos-qjs", + "qjs": "qjs", + "cosmos-rsync": "cosmos-rsync", + "rsync": "rsync", + "cosmos-xz": "cosmos-xz", + "xz": "xz" }, "devImports": [], "tags": [ @@ -426,8 +426,8 @@ "integrity": "sha256-siSN87YY1f4LMWIEe8OCycM+61MmIVRAczNhQ28umGo=", "output": "ape-m1.c", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1/ape-m1.c", - "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.1/ape/ape-m1.c" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.7.1/ape-m1.c", + "https://raw.githubusercontent.com/jart/cosmopolitan/3.7.1/ape/ape-m1.c" ], "name": "ape-m1.c" }, @@ -462,8 +462,8 @@ "integrity": "sha256-h3zL1GUkMGVCbLSjyrQ1GsrZGGSfhlZVa7YEiC7q0I8=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ape-arm64.elf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ape-arm64.elf" ], "name": "ape-arm64.elf" }, @@ -481,8 +481,8 @@ "integrity": "sha256-fBz4sk4bbdatfaOBcEXVgq2hRrTW7AxqRb6oMOOmX00=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ape-x86_64.elf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ape-x86_64.elf" ], "name": "ape-x86_64.elf" }, @@ -500,8 +500,8 @@ "integrity": "sha256-btvd3YJTsgZojeJJGIrf2OuFDpw9nxmEMleBS5NsWZg=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ape-x86_64.macho", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ape-x86_64.macho" ], "name": "ape-x86_64.macho" }, @@ -560,11 +560,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", + "integrity": "sha256-x+QFHsl3qS+jYjho0xxbJeBp3O6uL2wnKJZKEoDEw1A=", "output": "assimilate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/assimilate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/assimilate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/assimilate", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/assimilate" ], "name": "cosmos-assimilate" }, @@ -592,11 +592,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", + "integrity": "sha256-PiOShImEzzvOu2+R9k0K0AdyMlr1nnT3cJ7p9cIHXjE=", "output": "awk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/awk", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/awk" ], "name": "cosmos-awk" }, @@ -624,11 +624,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", + "integrity": "sha256-TrKBzOCkeaNUsddSja41LMcFBTesbSsqpYnUfjNsYT8=", "output": "b2sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/b2sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/b2sum" ], "name": "cosmos-b2sum" }, @@ -656,11 +656,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", + "integrity": "sha256-7Wn4eKnZPrtsJKWTL1u0HeY63JkwvuWaTf54/+6oo3w=", "output": "base32", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/base32", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/base32" ], "name": "cosmos-base32" }, @@ -688,11 +688,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", + "integrity": "sha256-CMWX3B4d/BW1QFVTXJZk0/i4qWHsjmx218lkhVa5cyc=", "output": "base64", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/base64", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/base64" ], "name": "cosmos-base64" }, @@ -720,11 +720,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", + "integrity": "sha256-IU5SRGkrC5s0wiuXowmyMnpxRger/+lri50bLu+9/W4=", "output": "basename", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/basename", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/basename" ], "name": "cosmos-basename" }, @@ -752,11 +752,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", + "integrity": "sha256-Lo7PPPjsCdHLnS3ZXFHA6cBJxl4RHoAzqGG43/tvQVw=", "output": "basenc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/basenc", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/basenc" ], "name": "cosmos-basenc" }, @@ -784,11 +784,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", + "integrity": "sha256-s2mO/u1+fRTc7NjyuwnBBFpmFQsfMUolvlwnD4mAA6A=", "output": "bash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/bash", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/bash" ], "name": "cosmos-bash" }, @@ -816,11 +816,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", + "integrity": "sha256-zYXC3x2H+BVSMkKl3lHuU6YtGpcfkA1C/po4gJEFbVU=", "output": "berry", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/berry", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/berry" ], "name": "cosmos-berry" }, @@ -848,11 +848,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", + "integrity": "sha256-kFHVadj7qO8fa++DoRfo5mF3yRQfEzwY8oYmAkNrZWU=", "output": "brotli", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/brotli", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/brotli" ], "name": "cosmos-brotli" }, @@ -880,11 +880,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", + "integrity": "sha256-kBAQdR6JQLKqPepHDOKFedVxhY6djhlzdO/ioQVriqg=", "output": "bzip2", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/bzip2", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/bzip2" ], "name": "cosmos-bzip2" }, @@ -912,11 +912,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", + "integrity": "sha256-iaqHF+splIN98lPFyBN6UkLaklBaIquFgX+cnF8l830=", "output": "cat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cat", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cat" ], "name": "cosmos-cat" }, @@ -944,11 +944,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", + "integrity": "sha256-Kzs3JDn3lGd4KMEc8b/NaqUIT5QCSSqpGU8Z9i1pR04=", "output": "chcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chcon", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chcon" ], "name": "cosmos-chcon" }, @@ -976,11 +976,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", + "integrity": "sha256-wVPuS25JuvPsnRfDwy7SUqdS9wtM3tnNFmMKvtv1IwI=", "output": "chgrp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chgrp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chgrp" ], "name": "cosmos-chgrp" }, @@ -1008,11 +1008,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", + "integrity": "sha256-h08zDAqTb26lDxnjaO2QQJQMA6a8WjkCNqFLW8+x0xQ=", "output": "chown", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chown", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chown" ], "name": "cosmos-chown" }, @@ -1040,11 +1040,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", + "integrity": "sha256-u/W5RQbAT8MMZaZ0755Kr779zDFEAZZaJg4ccHaDcJ0=", "output": "chroot", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chroot", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chroot" ], "name": "cosmos-chroot" }, @@ -1072,11 +1072,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", + "integrity": "sha256-zdiwW+Uzmd5nRPg33iL/t8MwMgThvFH05XxkBZFKrDI=", "output": "cksum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cksum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cksum" ], "name": "cosmos-cksum" }, @@ -1107,8 +1107,8 @@ "integrity": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", "output": "clang-format", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/clang-format", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/clang-format" ], "name": "cosmos-clang-format" }, @@ -1136,11 +1136,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8KPABEMCQeKSwHulagH5f382QOqkVpFp1Y3mohbcHk8=", + "integrity": "sha256-7zg2xAXwOgGbHZcQT5BKEXKC5HnSvgFcshKcwt9r0eo=", "output": "cmp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cmp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cmp" ], "name": "cosmos-cmp" }, @@ -1168,11 +1168,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", + "integrity": "sha256-JKgeaH32IXUsNSJsImmlhixKaWgSS1MuY7xuBadWVWE=", "output": "comm", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/comm", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/comm" ], "name": "cosmos-comm" }, @@ -1200,11 +1200,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", + "integrity": "sha256-wKcRpoBRuDBkUc/kZ4xc9/0NglwuOqoH5UWSmFnK23M=", "output": "cpuid", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cpuid", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cpuid" ], "name": "cosmos-cpuid" }, @@ -1232,11 +1232,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", + "integrity": "sha256-c2HGNGUV5pcT9L1I+YpF+03zCXd1D6YvyKNmgyO6THE=", "output": "csplit", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/csplit", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/csplit" ], "name": "cosmos-csplit" }, @@ -1264,11 +1264,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", + "integrity": "sha256-MGiJNJzEAlK7odpF9igTuPdX7DsdjV2F/QZeg2NtsWM=", "output": "ctags", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ctags", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ctags" ], "name": "cosmos-ctags" }, @@ -1296,11 +1296,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", + "integrity": "sha256-CO01oqQL/e8THjI+IUMI7IXQlrBR2Y2R46gGWHnHtAc=", "output": "curl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/curl", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/curl" ], "name": "cosmos-curl" }, @@ -1328,11 +1328,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", + "integrity": "sha256-pwryW/gZrXVk8zEs+MNjzyK/Rb2CrbyxfMsGM2MbGhI=", "output": "cut", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cut", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cut" ], "name": "cosmos-cut" }, @@ -1360,11 +1360,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", + "integrity": "sha256-5bVTl8JjEtM3SrWi+FN1v1ujskxlmKSN69kD8vf6Vi4=", "output": "dash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dash", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dash" ], "name": "cosmos-dash" }, @@ -1392,11 +1392,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", + "integrity": "sha256-PzZY+pMnE8+d4P8BZUi7eLezP+x8Umsy2U7xj+QMuU4=", "output": "datasette", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/datasette", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/datasette" ], "name": "cosmos-datasette" }, @@ -1424,11 +1424,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", + "integrity": "sha256-cjOSAN46p90Df/2wz8sNqUDiXzJW1qO9RaqnA0xWxMk=", "output": "date", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/date", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/date" ], "name": "cosmos-date" }, @@ -1456,11 +1456,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", + "integrity": "sha256-xTsgLo5CQt/5zRilYsLZmDloOMIC+IndGeDsnNo2XLQ=", "output": "df", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/df", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/df" ], "name": "cosmos-df" }, @@ -1488,11 +1488,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", + "integrity": "sha256-+9rM66ovQ+tQjs9tEd2DWBIugHe3nVNotKD+yhxt31o=", "output": "dir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dir" ], "name": "cosmos-dir" }, @@ -1520,11 +1520,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", + "integrity": "sha256-HeXbmGM/Y3H8HdIM6aMUijIGudJsu3quDfXL9Ik6NQk=", "output": "dircolors", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dircolors", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dircolors" ], "name": "cosmos-dircolors" }, @@ -1552,11 +1552,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", + "integrity": "sha256-OBGImE8XvGfcxIpDJ/dF+eUSye6bRqYkHrCziPcbU4U=", "output": "dirname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dirname", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dirname" ], "name": "cosmos-dirname" }, @@ -1584,11 +1584,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", + "integrity": "sha256-LNhyxlYcMaGJ9nALEl88adOXLButi4INTHyV223qGo8=", "output": "diff", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/diff", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/diff" ], "name": "cosmos-diff" }, @@ -1616,11 +1616,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", + "integrity": "sha256-O51KFif+qTkNuExjKEX2Isyc9JWMoZI5hPIlxheNq8Q=", "output": "diff3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/diff3", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/diff3" ], "name": "cosmos-diff3" }, @@ -1648,11 +1648,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", + "integrity": "sha256-RW6WRDazzwOBI6081Y4LZ+6j2uc0hIBeX9s/ZBS++VQ=", "output": "du", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/du", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/du" ], "name": "cosmos-du" }, @@ -1680,11 +1680,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", + "integrity": "sha256-IySVf0e15ywmGKV5UVKFm6nmNMMDhk3BuzmmtZKuceI=", "output": "emacs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/emacs", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/emacs" ], "name": "cosmos-emacs" }, @@ -1712,11 +1712,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", + "integrity": "sha256-nEykFz15u4uryFG3Zf18smsiDcFiplml5WudESjHrRo=", "output": "emacsclient", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/emacsclient", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/emacsclient" ], "name": "cosmos-emacsclient" }, @@ -1744,11 +1744,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", + "integrity": "sha256-j2a8SGrIZHhJje9aRsmMnQokzjE2qtQNjFX1hBamyaI=", "output": "env", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/env", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/env" ], "name": "cosmos-env" }, @@ -1776,11 +1776,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", + "integrity": "sha256-Be/uWdzKcuXmQ+vwbALRxwjtqQ+bsG6/NeOyCfQVask=", "output": "expand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/expand", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/expand" ], "name": "cosmos-expand" }, @@ -1808,11 +1808,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", + "integrity": "sha256-YkaWuXbndUjCcxA7EDvQ/ppES/XJAmQWRsc+6LrhIhA=", "output": "expr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/expr", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/expr" ], "name": "cosmos-expr" }, @@ -1840,11 +1840,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", + "integrity": "sha256-zo4zhzl2vTTBAL+ExDoIxu4VjIyRTgZvcPg6c7sCft4=", "output": "factor", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/factor", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/factor" ], "name": "cosmos-factor" }, @@ -1872,11 +1872,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", + "integrity": "sha256-KZqfrd0BLNhoZn5EvdyfCk2eib65MDy8cKA8J1tPgEc=", "output": "false", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/false", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/false" ], "name": "cosmos-false" }, @@ -1904,11 +1904,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", + "integrity": "sha256-uBAQwdFN5k1iNYoSj9HheP30ptebbBrxbS3DPJNbByQ=", "output": "find", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/find", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/find" ], "name": "cosmos-find" }, @@ -1936,11 +1936,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", + "integrity": "sha256-WhcItBIoGAkjgaZ6e2TcfOoBZC2lKCcFhpSfyP5p/A4=", "output": "fmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/fmt", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/fmt" ], "name": "cosmos-fmt" }, @@ -1968,11 +1968,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", + "integrity": "sha256-oEg8o2bbU2TolIjizOYQWaoRIHFQiKv7OTcPscPTjj8=", "output": "fold", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/fold", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/fold" ], "name": "cosmos-fold" }, @@ -2000,11 +2000,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", + "integrity": "sha256-C+xPo5b8yskTLBZpnMili3TlSCb74/kDlDWGXyFoMeE=", "output": "gmake", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/gmake", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/gmake" ], "name": "cosmos-gmake" }, @@ -2032,11 +2032,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", + "integrity": "sha256-P3uA2rP87pXaytqVsrnyHUcpMGzlz4EnKe5VxnN2jaU=", "output": "greenbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/greenbean", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/greenbean" ], "name": "cosmos-greenbean" }, @@ -2064,11 +2064,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", + "integrity": "sha256-9YIyw29q0DZUOxJvzFa51DD39vlsr4Ejd7XpQPe443w=", "output": "grep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/grep", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/grep" ], "name": "cosmos-grep" }, @@ -2096,11 +2096,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", + "integrity": "sha256-rCOoPZoB1oIeyWyOXgE0b+L8mhv3tDNP4fqmLNQuZPY=", "output": "groups", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/groups", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/groups" ], "name": "cosmos-groups" }, @@ -2128,11 +2128,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", + "integrity": "sha256-lXis1YA7kIXODBDOojYBfVQ4D0TtWQYLhZ6iL9q/vCo=", "output": "head", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/head", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/head" ], "name": "cosmos-head" }, @@ -2160,11 +2160,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", + "integrity": "sha256-yA9Nj0DusOHy8nEBzAHKUQeFlRdpqZtLqvbi66JWrlU=", "output": "id", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/id", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/id" ], "name": "cosmos-id" }, @@ -2192,11 +2192,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", + "integrity": "sha256-Qocp0AJAl1Tnm+gEYaLnL2PQ+Iz4Eg9wvdSsDU3oyH0=", "output": "install", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/install", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/install" ], "name": "cosmos-install" }, @@ -2224,11 +2224,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", + "integrity": "sha256-O1m7i9RAFxLZLirlvVle3R7nrCM7O7DaHUGW/BdDIlI=", "output": "join", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/join", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/join" ], "name": "cosmos-join" }, @@ -2256,11 +2256,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", + "integrity": "sha256-hnQL/qh+uLgvgJVKs8MY1aKqVMHhR+cPRBkcNkztXc0=", "output": "kill", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/kill", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/kill" ], "name": "cosmos-kill" }, @@ -2288,11 +2288,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", + "integrity": "sha256-60FEOUh4bKXuf9yNKYPQFD5XFTxSkIfGSBdSQNroS/4=", "output": "less", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/less", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/less" ], "name": "cosmos-less" }, @@ -2320,11 +2320,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", + "integrity": "sha256-L8gjytgadSZu/CR32m9XH8CWykHGWhrIHiPaUHxUSyQ=", "output": "life", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/life", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/life" ], "name": "cosmos-life" }, @@ -2352,11 +2352,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", + "integrity": "sha256-l7GKrbz2rhRORMZbEOqEWgd3WFfs/Jc8umv3AxFC1bE=", "output": "link", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/link", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/link" ], "name": "cosmos-link" }, @@ -2384,11 +2384,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", + "integrity": "sha256-QE5AsVCI8zIhrgWrWAUGIjqr1vwYnE0B7GT4Kp2wLVk=", "output": "links", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/links", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/links" ], "name": "cosmos-links" }, @@ -2416,11 +2416,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", + "integrity": "sha256-KwsF0B1x4TV357FnU2rgBpkTehyJ1q+T1Hb7R6BA/c4=", "output": "ln", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ln", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ln" ], "name": "cosmos-ln" }, @@ -2448,11 +2448,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", + "integrity": "sha256-2v5XygbHC3trjPe/kzl/a5uTNrjZVTfz1o2Fn69O7O8=", "output": "locate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/locate", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/locate" ], "name": "cosmos-locate" }, @@ -2480,11 +2480,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", + "integrity": "sha256-aWGmwv8y6zHr7QbCBEGZXGzaQqr/toBzj7OyuMbIFg4=", "output": "logname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/logname", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/logname" ], "name": "cosmos-logname" }, @@ -2512,11 +2512,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", + "integrity": "sha256-EfOI6SFZvVYArbKFcfKUKqg5DTRsstdA0Dq1HNCJ3qU=", "output": "ls", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ls", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ls" ], "name": "cosmos-ls" }, @@ -2544,11 +2544,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", + "integrity": "sha256-/5cXknboTuyZqgUAheLxXmRtY9XSb25cse1wFFjNk2k=", "output": "lua", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/lua", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/lua" ], "name": "cosmos-lua" }, @@ -2576,11 +2576,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", + "integrity": "sha256-PFx+fDvlUnhL54BQgtEuIeRIadNjR2hWukUkpyFt6bU=", "output": "lz4", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/lz4", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/lz4" ], "name": "cosmos-lz4" }, @@ -2608,11 +2608,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", + "integrity": "sha256-tMO2mNneT8sXwqiZKc7/uCKZ2UOyTr4nNSLrJLfttuc=", "output": "make", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/make", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/make" ], "name": "cosmos-make" }, @@ -2640,11 +2640,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", + "integrity": "sha256-jX70gTagi/lSMYBoxxqp42o9LEhCxORVbMtRuPaUmyw=", "output": "md5sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/md5sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/md5sum" ], "name": "cosmos-md5sum" }, @@ -2672,11 +2672,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", + "integrity": "sha256-QpY9VZ2D6rVYMoeZEGlDngWWYvETxwHDXtbX6Bf1Km4=", "output": "mkfifo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mkfifo", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mkfifo" ], "name": "cosmos-mkfifo" }, @@ -2704,11 +2704,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", + "integrity": "sha256-EGB0N+L84vGnN+yPkmu3BnkcPBSTGlc9iOjL2UIKBj8=", "output": "mknod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mknod", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mknod" ], "name": "cosmos-mknod" }, @@ -2736,11 +2736,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", + "integrity": "sha256-J5p3mYE5WRqIgjBZxDntj22AbpCCyhcT9HREuXV8IL8=", "output": "mktemp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mktemp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mktemp" ], "name": "cosmos-mktemp" }, @@ -2768,11 +2768,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", + "integrity": "sha256-XFEfUwhs9mu4y1osxpfpOSgSbUUEP07ks6vgqSVlXhQ=", "output": "mktemper", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mktemper", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mktemper" ], "name": "cosmos-mktemper" }, @@ -2800,11 +2800,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", + "integrity": "sha256-YqQLjI+pz0Bx0399iAJLMB6+k9IrEArw8MqwRFWOR00=", "output": "nano", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nano", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nano" ], "name": "cosmos-nano" }, @@ -2832,11 +2832,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", + "integrity": "sha256-UiWfFm+px9oSPOZOfWHz4WZZUyieBSde9Y7lYqscfWk=", "output": "nesemu1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nesemu1", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nesemu1" ], "name": "cosmos-nesemu1" }, @@ -2864,11 +2864,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", + "integrity": "sha256-8DkKoJs9xYTJpS0A9+SRFS0s67I9YfcsUDXCAmhMvVc=", "output": "nice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nice", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nice" ], "name": "cosmos-nice" }, @@ -2896,11 +2896,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", + "integrity": "sha256-UNQAHco+aKm9fqsO7n10vyF0qYVIpYtxNqYs27P/9Zw=", "output": "ninja", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ninja", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ninja" ], "name": "cosmos-ninja" }, @@ -2928,11 +2928,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", + "integrity": "sha256-V9SNa4NXjc3KFY4AAPkWQA1RCzPkOhEQqqvz3f1sAL0=", "output": "nl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nl", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nl" ], "name": "cosmos-nl" }, @@ -2960,11 +2960,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", + "integrity": "sha256-2pBFo53we/mbI9ruzWIkywp94SxZDdNOSpWhV69bDyE=", "output": "nohup", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nohup", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nohup" ], "name": "cosmos-nohup" }, @@ -2992,11 +2992,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", + "integrity": "sha256-KfKKPfUAK6j6DzSQwdgm/6yuXl9f066N2kRvE/o2a0g=", "output": "nproc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nproc", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nproc" ], "name": "cosmos-nproc" }, @@ -3024,11 +3024,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", + "integrity": "sha256-N2z4bSxNwaCzl+3EiJ0TalTMvICgwPYDj2WnnmA4KE8=", "output": "numfmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/numfmt", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/numfmt" ], "name": "cosmos-numfmt" }, @@ -3056,11 +3056,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", + "integrity": "sha256-n1EJ7s9h4IlbehGRxXJG2pKznTyMkNRZVh12SVmo6IY=", "output": "od", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/od", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/od" ], "name": "cosmos-od" }, @@ -3088,11 +3088,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", + "integrity": "sha256-k+f1ri+vXgEAMzdNILQzy8x/zUnB8oLFlJ1NjxcyjNY=", "output": "paste", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/paste", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/paste" ], "name": "cosmos-paste" }, @@ -3120,11 +3120,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", + "integrity": "sha256-i9HGSs650eXHgK5SUdoKPrHCjaFt9QqoMIbZM0prB/8=", "output": "patch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/patch", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/patch" ], "name": "cosmos-patch" }, @@ -3152,11 +3152,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", + "integrity": "sha256-zkQm8sad2E49yUnq5w5kPfZGJzUw3zBn8+px/FaQUBs=", "output": "pathchk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pathchk", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pathchk" ], "name": "cosmos-pathchk" }, @@ -3184,11 +3184,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", + "integrity": "sha256-7kbCtFSv9O5MxBQ2dlv5VaIiOZAJyOa8SFTlkJr64SU=", "output": "pinky", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pinky", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pinky" ], "name": "cosmos-pinky" }, @@ -3216,11 +3216,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", + "integrity": "sha256-cFwuCvq3IncQx6kb315bxnNl/lIUfKc8gN/IU+j1EAw=", "output": "pledge", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pledge", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pledge" ], "name": "cosmos-pledge" }, @@ -3248,11 +3248,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", + "integrity": "sha256-IjM5F+Lh7ebuoIxjJCqn4yz6qkDPx9plrYvl0KCGULw=", "output": "pr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pr", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pr" ], "name": "cosmos-pr" }, @@ -3280,11 +3280,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", + "integrity": "sha256-wBxvMOxzo392/M4gV0YD2GzI5Q4ymYxsAbsoAQL5zAo=", "output": "printenv", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/printenv", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/printenv" ], "name": "cosmos-printenv" }, @@ -3312,11 +3312,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", + "integrity": "sha256-8p+VqLEbvXDW02N1ESwggkB59CpyCW5PFMi+d0UncAU=", "output": "printimage", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/printimage", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/printimage" ], "name": "cosmos-printimage" }, @@ -3344,11 +3344,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", + "integrity": "sha256-sYXTprxPH5gCs7g+gxVurMn+78nYsZ0FXIuf58MPP/c=", "output": "ptx", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ptx", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ptx" ], "name": "cosmos-ptx" }, @@ -3376,11 +3376,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", + "integrity": "sha256-hPcozpA3HcPu3pTfaYeAA1qnfoTEwXQ8hIQCKiAm+dg=", "output": "pwd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pwd", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pwd" ], "name": "cosmos-pwd" }, @@ -3408,11 +3408,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", + "integrity": "sha256-s8hepPfEr+kF3ZfB1g6Xux/2NDgC0eegFVBzUr7WAvc=", "output": "pypack1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pypack1", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pypack1" ], "name": "cosmos-pypack1" }, @@ -3440,11 +3440,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", + "integrity": "sha256-lBG+er+uWn+jZ0Roa4tsw5pTMoQr73SEeioqvXmeJIk=", "output": "python", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/python", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/python" ], "name": "cosmos-python" }, @@ -3472,43 +3472,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", - "output": "qjs", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" - ], - "name": "cosmos-qjs" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 112, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-qjs//:qjs", - "name": "qjs" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 122, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "executable": true, - "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", + "integrity": "sha256-XhCpnWcaDbrSaDiEiS9h4CNrbBjUd68YoTPMJsfgAsE=", "output": "readlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/readlink", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/readlink" ], "name": "cosmos-readlink" }, @@ -3536,11 +3504,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", + "integrity": "sha256-kZqQKF7DTEM7uy5tYwaxFB2mdews5yLSOKOKA7gXA1g=", "output": "realpath", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/realpath", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/realpath" ], "name": "cosmos-realpath" }, @@ -3568,11 +3536,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", + "integrity": "sha256-NxcEyoSdLqO8xpGzkVVlqM3ts4faX0dh0ZKaX/olfr4=", "output": "redbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/redbean", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/redbean" ], "name": "cosmos-redbean" }, @@ -3600,11 +3568,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", + "integrity": "sha256-ApDRffmoYTrpjaxfmoyclVTBguDgy8tIEWfMeDGQmgU=", "output": "rmdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/rmdir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/rmdir" ], "name": "cosmos-rmdir" }, @@ -3632,43 +3600,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", - "output": "rsync", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" - ], - "name": "cosmos-rsync" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 112, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-rsync//:rsync", - "name": "rsync" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 122, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "executable": true, - "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", + "integrity": "sha256-ObiMxp7eh2DgOwnv49LU+RqkxNQ7nSdpKQha0XzOWyM=", "output": "runcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/runcon", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/runcon" ], "name": "cosmos-runcon" }, @@ -3696,11 +3632,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", + "integrity": "sha256-u3I17IwawT81h3gKPJZQR2VwhN+96HSLQ6zP7M1f4OU=", "output": "script", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/script", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/script" ], "name": "cosmos-script" }, @@ -3728,11 +3664,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-V8rMT2LlnNJ5nQDA+HRVtYBWeoHFCko3lSoyJMo/UTE=", + "integrity": "sha256-J6oSzHOdOqXrgcMt6ZsbGQEskRLyGe3zAyM85H+ctlI=", "output": "sdiff", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sdiff", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sdiff" ], "name": "cosmos-sdiff" }, @@ -3760,11 +3696,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", + "integrity": "sha256-icpkHAOmRg/2a/1AQwoot/h2AnvgYVaU+tClvzb5ztI=", "output": "sed", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sed", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sed" ], "name": "cosmos-sed" }, @@ -3792,11 +3728,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", + "integrity": "sha256-d0yypk3Es9I+n9YT5jSz5SPY4VOHsJ8RBgN4d+xv8MA=", "output": "seq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/seq", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/seq" ], "name": "cosmos-seq" }, @@ -3824,11 +3760,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", + "integrity": "sha256-zt/dnqgiviQCXjFMDakN2olRVJNKMG3+ltB87h//jZY=", "output": "sha1sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha1sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha1sum" ], "name": "cosmos-sha1sum" }, @@ -3856,11 +3792,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", + "integrity": "sha256-S0QdQ0Z94hiL3sr6c6U0fOrCdCrWFjqRsQ0xuq/0fQk=", "output": "sha224sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha224sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha224sum" ], "name": "cosmos-sha224sum" }, @@ -3888,11 +3824,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", + "integrity": "sha256-Ek6NepBpJTQMWW9MuM2IzFnDiCEIP8300d5nkumjSr8=", "output": "sha256sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha256sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha256sum" ], "name": "cosmos-sha256sum" }, @@ -3920,11 +3856,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", + "integrity": "sha256-ehLWdCUgB1mVnv8OBdG+BZlWoBTfLUgHttxknsTEPb4=", "output": "sha384sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha384sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha384sum" ], "name": "cosmos-sha384sum" }, @@ -3952,11 +3888,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", + "integrity": "sha256-kHa4fp0C3CCN2+wD3SrSVUaxRIWWhYGBI7UytEzMcOw=", "output": "sha512sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha512sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha512sum" ], "name": "cosmos-sha512sum" }, @@ -3984,11 +3920,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", + "integrity": "sha256-xioIsrk5HHwT3Mcf2CWhPyJnxl9z3AFCLsxS+b8kuRo=", "output": "shred", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/shred", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/shred" ], "name": "cosmos-shred" }, @@ -4016,11 +3952,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", + "integrity": "sha256-fI98jKWCZ5MgHpELnz/lHJy+VrIWf80nKokoY1lfmB0=", "output": "shuf", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/shuf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/shuf" ], "name": "cosmos-shuf" }, @@ -4048,11 +3984,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", + "integrity": "sha256-xuzuadvt0AfjiJyTQWoKLoQM+oK6QfGT2n4eGMa42Fs=", "output": "sleep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sleep", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sleep" ], "name": "cosmos-sleep" }, @@ -4080,11 +4016,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", + "integrity": "sha256-2ZhQUCjqdJ2tZxv88NLBTMjyHd/GtK4aHgr9zEMN9E8=", "output": "sort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sort", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sort" ], "name": "cosmos-sort" }, @@ -4112,11 +4048,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", + "integrity": "sha256-FzzJgL/jc+gMwChdKi2zA8sSefWPCp/xHGukXJ09W3E=", "output": "split", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/split", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/split" ], "name": "cosmos-split" }, @@ -4144,11 +4080,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", + "integrity": "sha256-u8e4EAvy2OkPwGt2h4HMnliOKeRnrhigka9AHSsy45g=", "output": "sqlite3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sqlite3", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sqlite3" ], "name": "cosmos-sqlite3" }, @@ -4176,11 +4112,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", + "integrity": "sha256-l/9uV0whTEirjNCOU/KMvCL4zOmbt9urtLpibFDGlu4=", "output": "stat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/stat", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/stat" ], "name": "cosmos-stat" }, @@ -4208,11 +4144,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", + "integrity": "sha256-+R3nXybBi3lnghBxNJqt/E9lSVEvXWNd48kdUkdz71g=", "output": "stty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/stty", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/stty" ], "name": "cosmos-stty" }, @@ -4240,11 +4176,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", + "integrity": "sha256-u34u/+HUzo8nqhqIRrwVEywYj/mSpwewShkTJy2RDqg=", "output": "sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sum" ], "name": "cosmos-sum" }, @@ -4272,11 +4208,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", + "integrity": "sha256-e6vHf9wOOoHj+0pERfTHnbY2/xW5cO8bY22sxtzwQt4=", "output": "sync", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sync", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sync" ], "name": "cosmos-sync" }, @@ -4304,11 +4240,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", + "integrity": "sha256-onhYcgU+khm2rdWZcJUXeNQDyhSEiByavttEL6h0YzU=", "output": "tac", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tac", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tac" ], "name": "cosmos-tac" }, @@ -4336,11 +4272,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", + "integrity": "sha256-zxkALJng81qdJvA1FhTJG/PEqEwRQz2X7ntR/ERQJhA=", "output": "tail", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tail", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tail" ], "name": "cosmos-tail" }, @@ -4368,11 +4304,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", + "integrity": "sha256-u7s1gyarncmBRHYS+nYkzsxPp0ct1+P7EnH0xsLWO/U=", "output": "tar", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tar", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tar" ], "name": "cosmos-tar" }, @@ -4400,11 +4336,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", + "integrity": "sha256-sEvEKaZ1kuuB5vWsSDeDiKeVVUlFLv1BrPM7SGc/A88=", "output": "tee", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tee", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tee" ], "name": "cosmos-tee" }, @@ -4432,11 +4368,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", + "integrity": "sha256-TXhCDuGK2EpzvO1D4cwlz7S33zKrcXSjwYErpjsb9a4=", "output": "test", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/test", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/test" ], "name": "cosmos-test" }, @@ -4464,11 +4400,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", + "integrity": "sha256-207CBLHdgJnu3zu6HLd2aP9yt372xpE2loUwJr952xc=", "output": "tidy", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tidy", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tidy" ], "name": "cosmos-tidy" }, @@ -4496,11 +4432,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", + "integrity": "sha256-jUb/3AUdDxpToWg8fr0ie37ATBbxiqXp7kQdW548tVY=", "output": "timeout", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/timeout", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/timeout" ], "name": "cosmos-timeout" }, @@ -4528,11 +4464,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", + "integrity": "sha256-S9r1cPinQXIVeQhfvGPh95JeoVQmILnerEtvX2sSKns=", "output": "tmux", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tmux", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tmux" ], "name": "cosmos-tmux" }, @@ -4560,11 +4496,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", + "integrity": "sha256-9QX4NOQt2gMwvwAi7dorq57ZpQx2/qkRmYaMdUgESWE=", "output": "touch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/touch", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/touch" ], "name": "cosmos-touch" }, @@ -4592,11 +4528,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", + "integrity": "sha256-xPxJICWFt9Fjvc2QWgN/p82BDw+F04gACFy54aTvp0s=", "output": "tr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tr", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tr" ], "name": "cosmos-tr" }, @@ -4624,11 +4560,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", + "integrity": "sha256-ijXcmtpVw2VIHocvCK2rU60wVbtd8VSNKY6A81LoVo4=", "output": "tree", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tree", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tree" ], "name": "cosmos-tree" }, @@ -4656,11 +4592,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", + "integrity": "sha256-WKAtufxhFpWDlc1RUFztyyQMI1inrOrFjjsYxrYKhIE=", "output": "true", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/true", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/true" ], "name": "cosmos-true" }, @@ -4688,11 +4624,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", + "integrity": "sha256-9yZlpBInSbImh6MeUhj2RRTDz/35uguyhxYbcOZt0q0=", "output": "truncate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/truncate", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/truncate" ], "name": "cosmos-truncate" }, @@ -4720,11 +4656,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", + "integrity": "sha256-zHOD+Aiw5VADXW+55GNlTwRg6PQyY6juJa/L1PLSRjM=", "output": "tsort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tsort", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tsort" ], "name": "cosmos-tsort" }, @@ -4752,11 +4688,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", + "integrity": "sha256-C3pT3B/kZbJVhabYYQzS670cxvTAPalx+ONfJ7HjBw0=", "output": "tty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tty", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tty" ], "name": "cosmos-tty" }, @@ -4784,11 +4720,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", + "integrity": "sha256-xH4w+VGbPxESNAQW0WMRwdi00YwMkOXDo1IPPNpkfWk=", "output": "ttyinfo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ttyinfo", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ttyinfo" ], "name": "cosmos-ttyinfo" }, @@ -4816,11 +4752,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", + "integrity": "sha256-GxVzljrGjc4KjGJvtRQDnkym9UGinxDXCpy3vDon6mY=", "output": "unbourne", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unbourne", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unbourne" ], "name": "cosmos-unbourne" }, @@ -4848,11 +4784,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", + "integrity": "sha256-D1tBeE/Y5gz6QuF4MXlDj4fdP5osoIpX0lSnMNIDpXQ=", "output": "unexpand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unexpand", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unexpand" ], "name": "cosmos-unexpand" }, @@ -4880,11 +4816,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", + "integrity": "sha256-LcupCoDKanj1jigte19txmuPVLh/8rvA3fT7r4xkcRs=", "output": "uniq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/uniq", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/uniq" ], "name": "cosmos-uniq" }, @@ -4912,11 +4848,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", + "integrity": "sha256-180ZCH3gkYeLDY1jivNvYJXNm5AqOJVx6vjFbuqWFhc=", "output": "unlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unlink", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unlink" ], "name": "cosmos-unlink" }, @@ -4944,11 +4880,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", + "integrity": "sha256-mWVG9/vk5WnR1nrnLrYErSL/e9qZCT8eY9QzW7UeI0o=", "output": "unzip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unzip", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unzip" ], "name": "cosmos-unzip" }, @@ -4976,11 +4912,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", + "integrity": "sha256-qD1cZCh7hJJ55AGevqag0zTthSgo8UN2ddPG5mOBuC8=", "output": "uptime", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/uptime", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/uptime" ], "name": "cosmos-uptime" }, @@ -5008,11 +4944,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", + "integrity": "sha256-Q8V9U6YfpaGlCSBLXGn2HJzCCnc8q03bEPCcjZD5WRA=", "output": "users", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/users", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/users" ], "name": "cosmos-users" }, @@ -5040,11 +4976,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", + "integrity": "sha256-Zbah+UiDmhGAmWAJNe8J1lW9PwpgTEdr8puenKbJf4s=", "output": "vdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/vdir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/vdir" ], "name": "cosmos-vdir" }, @@ -5072,11 +5008,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", + "integrity": "sha256-REVMf9GYTyaiAPrTE4WVV7LqfCI2lasj8ajJhXyFKyE=", "output": "verynice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/verynice", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/verynice" ], "name": "cosmos-verynice" }, @@ -5104,11 +5040,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", + "integrity": "sha256-emyIHvfRwplyshI3IOFaIDaYIjXtmIhmk18wBmFDm/U=", "output": "vim", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/vim", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/vim" ], "name": "cosmos-vim" }, @@ -5136,11 +5072,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", + "integrity": "sha256-4/Lqe9lqSUVb5RU1mXq4c1K1XPDyllMkZePVLi4ymKs=", "output": "wall", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/wall", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/wall" ], "name": "cosmos-wall" }, @@ -5168,11 +5104,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", + "integrity": "sha256-//qpbuPZ8XLio/54/m2DVXN2a+oFUN7LQ0dO3+Jl/mY=", "output": "wc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/wc", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/wc" ], "name": "cosmos-wc" }, @@ -5200,11 +5136,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", + "integrity": "sha256-IYg+YKgJ0KbAFHKwyyFpJ2HWtRoukuYH+PJECY3TkZ8=", "output": "wget", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/wget", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/wget" ], "name": "cosmos-wget" }, @@ -5232,11 +5168,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", + "integrity": "sha256-+msow+UYZ5LFhoLYWXN/B3RpkP4DVZM32p2gfRxlxDk=", "output": "who", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/who", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/who" ], "name": "cosmos-who" }, @@ -5264,11 +5200,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", + "integrity": "sha256-yEHpMZVa95mHV1ZTNdJujB+ZZpk4kuC8QafC8Q5xHN0=", "output": "whoami", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/whoami", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/whoami" ], "name": "cosmos-whoami" }, @@ -5296,11 +5232,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", + "integrity": "sha256-mz9bnqosuFcbM6LMjnCySEP5fei7yvapyWgz60hLiok=", "output": "xargs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/xargs", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/xargs" ], "name": "cosmos-xargs" }, @@ -5328,43 +5264,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", - "output": "xz", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" - ], - "name": "cosmos-xz" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 112, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-xz//:xz", - "name": "xz" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 122, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "executable": true, - "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", + "integrity": "sha256-jFwnz8FHv8LdK3EW6Zp6IAT9Y0dt38JkePWM7+PpG1M=", "output": "yes", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/yes", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/yes" ], "name": "cosmos-yes" }, @@ -5392,11 +5296,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", + "integrity": "sha256-33JZlJppAfxlEvW/obvCQdpCWwaprCfOP4J5lTNhktM=", "output": "zip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/zip", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/zip" ], "name": "cosmos-zip" }, @@ -5424,11 +5328,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", + "integrity": "sha256-eMYlKSlyIJW0BDZLDEDn19zT3zg3dSzPVNUnrrZSAKs=", "output": "zsh", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/zsh", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/zsh" ], "name": "cosmos-zsh" }, @@ -5456,11 +5360,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", + "integrity": "sha256-RdAEdLJGfzc4vORGYtwxR1csgthzp9gY7Bmu8KiK20A=", "output": "zstd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/zstd", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/zstd" ], "name": "cosmos-zstd" }, @@ -5488,11 +5392,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "integrity": "sha256-Q1xECBpFyIYCDkcqQ+tUnTi166LC/Hng0pWq8h/Nna4=", "output": "chmod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chmod", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chmod.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chmod", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chmod.ape" ], "name": "cosmos-chmod" }, @@ -5520,11 +5424,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "integrity": "sha256-8+ioU1winJ0waEUPBvFPEwCtnTJnhOjIjOS/knCCU1Q=", "output": "cp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cp.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cp.ape" ], "name": "cosmos-cp" }, @@ -5552,11 +5456,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "integrity": "sha256-5UAFsJ5LaSEX+aqv1jrk/T6OxpHbprE5i7ZYV0ulYg4=", "output": "dd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dd.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dd", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dd.ape" ], "name": "cosmos-dd" }, @@ -5584,11 +5488,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "integrity": "sha256-jWC35ahFQvRjO0uhLCgt4jnyO1ZgLtF5yDiXFO2Kx/I=", "output": "echo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/echo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/echo.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/echo", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/echo.ape" ], "name": "cosmos-echo" }, @@ -5616,11 +5520,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "integrity": "sha256-s4JO4E7BeTOUdzMuLEPRmW4QDodtbuscYZhQR2OjyEA=", "output": "gzip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gzip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gzip.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/gzip", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/gzip.ape" ], "name": "cosmos-gzip" }, @@ -5648,11 +5552,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-mt2EcyVG4+Pg7C0HXbGd5IIRtoZ+LEqX9c/kq8DcsQw=", + "integrity": "sha256-djlif5zZl7ociZlF/0NaiP60kRDOTTS980cxGBRJSI0=", "output": "mkdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkdir.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mkdir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mkdir.ape" ], "name": "cosmos-mkdir" }, @@ -5680,11 +5584,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "integrity": "sha256-4k6/zz5QRC2KP2n5/bEv24Ko+ebUT5a73L2sxuV73pg=", "output": "mv", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mv", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mv.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mv", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mv.ape" ], "name": "cosmos-mv" }, @@ -5712,11 +5616,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "integrity": "sha256-tEvBob4PXlQ70HFHcD+m1DG27BQ8UcLy9Wo7DRN6txc=", "output": "printf", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printf.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/printf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/printf.ape" ], "name": "cosmos-printf" }, @@ -5744,11 +5648,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "integrity": "sha256-IL/aTd3nIpSXAwqp40bf9COzAuWIxKgO4kMsgOf9aFI=", "output": "rm", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rm", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rm.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/rm", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/rm.ape" ], "name": "cosmos-rm" }, @@ -5776,11 +5680,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "integrity": "sha256-wcjn5dEUIat1FmI6j/YesdIMJE+Gj13q1G2caC/RMHs=", "output": "uname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uname.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/uname", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/uname.ape" ], "name": "cosmos-uname" }, @@ -5819,7 +5723,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 330, + "line": 329, "column": 22 } }, @@ -5832,7 +5736,103 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 340, + "line": 339, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", + "output": "qjs", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" + ], + "name": "cosmos-qjs" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 358, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-qjs//:qjs", + "name": "qjs" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 368, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", + "output": "rsync", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" + ], + "name": "cosmos-rsync" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 358, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-rsync//:rsync", + "name": "rsync" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 368, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + "output": "xz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" + ], + "name": "cosmos-xz" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 358, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-xz//:xz", + "name": "xz" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 368, "column": 23 } } @@ -7035,19 +7035,6 @@ "column": 23 } }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-qjs", - "target": "@qjs" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 126, - "column": 23 - } - }, { "tagName": "symlink", "attributeValues": { @@ -7100,19 +7087,6 @@ "column": 23 } }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-rsync", - "target": "@rsync" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 126, - "column": 23 - } - }, { "tagName": "symlink", "attributeValues": { @@ -7789,19 +7763,6 @@ "column": 23 } }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-xz", - "target": "@xz" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 126, - "column": 23 - } - }, { "tagName": "symlink", "attributeValues": { @@ -7993,7 +7954,46 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 344, + "line": 343, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-qjs", + "target": "@qjs" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 372, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-rsync", + "target": "@rsync" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 372, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-xz", + "target": "@xz" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 372, "column": 23 } } diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index 844bbae5..d12cfd17 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "1ae69322ac3823527337acf02016e8ee95813d8d356f47060255b8956fa642f0", - "ape": "58dafab522a33290590e790f8021ba513afc6208fb859423fccbae0851959b5b" + "ape": "f9509324781a041a6076c302f0ffec6ae29317b62dd826292a2e7f5e57e293f1" }, "moduleDepGraph": { "": { @@ -412,8 +412,6 @@ "pypack1": "pypack1", "cosmos-python": "cosmos-python", "python": "python", - "cosmos-qjs": "cosmos-qjs", - "qjs": "qjs", "cosmos-readlink": "cosmos-readlink", "readlink": "readlink", "cosmos-realpath": "cosmos-realpath", @@ -422,8 +420,6 @@ "redbean": "redbean", "cosmos-rmdir": "cosmos-rmdir", "rmdir": "rmdir", - "cosmos-rsync": "cosmos-rsync", - "rsync": "rsync", "cosmos-runcon": "cosmos-runcon", "runcon": "runcon", "cosmos-script": "cosmos-script", @@ -528,8 +524,6 @@ "whoami": "whoami", "cosmos-xargs": "cosmos-xargs", "xargs": "xargs", - "cosmos-xz": "cosmos-xz", - "xz": "xz", "cosmos-yes": "cosmos-yes", "yes": "yes", "cosmos-zip": "cosmos-zip", @@ -559,7 +553,13 @@ "cosmos-uname": "cosmos-uname", "uname": "uname", "cosmos-pigz": "cosmos-pigz", - "pigz": "pigz" + "pigz": "pigz", + "cosmos-qjs": "cosmos-qjs", + "qjs": "qjs", + "cosmos-rsync": "cosmos-rsync", + "rsync": "rsync", + "cosmos-xz": "cosmos-xz", + "xz": "xz" }, "devImports": [], "tags": [ @@ -610,8 +610,8 @@ "integrity": "sha256-siSN87YY1f4LMWIEe8OCycM+61MmIVRAczNhQ28umGo=", "output": "ape-m1.c", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1/ape-m1.c", - "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.1/ape/ape-m1.c" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.7.1/ape-m1.c", + "https://raw.githubusercontent.com/jart/cosmopolitan/3.7.1/ape/ape-m1.c" ], "name": "ape-m1.c" }, @@ -646,8 +646,8 @@ "integrity": "sha256-h3zL1GUkMGVCbLSjyrQ1GsrZGGSfhlZVa7YEiC7q0I8=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ape-arm64.elf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ape-arm64.elf" ], "name": "ape-arm64.elf" }, @@ -665,8 +665,8 @@ "integrity": "sha256-fBz4sk4bbdatfaOBcEXVgq2hRrTW7AxqRb6oMOOmX00=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ape-x86_64.elf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ape-x86_64.elf" ], "name": "ape-x86_64.elf" }, @@ -684,8 +684,8 @@ "integrity": "sha256-btvd3YJTsgZojeJJGIrf2OuFDpw9nxmEMleBS5NsWZg=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ape-x86_64.macho", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ape-x86_64.macho" ], "name": "ape-x86_64.macho" }, @@ -744,11 +744,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", + "integrity": "sha256-x+QFHsl3qS+jYjho0xxbJeBp3O6uL2wnKJZKEoDEw1A=", "output": "assimilate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/assimilate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/assimilate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/assimilate", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/assimilate" ], "name": "cosmos-assimilate" }, @@ -776,11 +776,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", + "integrity": "sha256-PiOShImEzzvOu2+R9k0K0AdyMlr1nnT3cJ7p9cIHXjE=", "output": "awk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/awk", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/awk" ], "name": "cosmos-awk" }, @@ -808,11 +808,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", + "integrity": "sha256-TrKBzOCkeaNUsddSja41LMcFBTesbSsqpYnUfjNsYT8=", "output": "b2sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/b2sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/b2sum" ], "name": "cosmos-b2sum" }, @@ -840,11 +840,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", + "integrity": "sha256-7Wn4eKnZPrtsJKWTL1u0HeY63JkwvuWaTf54/+6oo3w=", "output": "base32", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/base32", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/base32" ], "name": "cosmos-base32" }, @@ -872,11 +872,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", + "integrity": "sha256-CMWX3B4d/BW1QFVTXJZk0/i4qWHsjmx218lkhVa5cyc=", "output": "base64", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/base64", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/base64" ], "name": "cosmos-base64" }, @@ -904,11 +904,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", + "integrity": "sha256-IU5SRGkrC5s0wiuXowmyMnpxRger/+lri50bLu+9/W4=", "output": "basename", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/basename", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/basename" ], "name": "cosmos-basename" }, @@ -936,11 +936,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", + "integrity": "sha256-Lo7PPPjsCdHLnS3ZXFHA6cBJxl4RHoAzqGG43/tvQVw=", "output": "basenc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/basenc", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/basenc" ], "name": "cosmos-basenc" }, @@ -968,11 +968,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", + "integrity": "sha256-s2mO/u1+fRTc7NjyuwnBBFpmFQsfMUolvlwnD4mAA6A=", "output": "bash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/bash", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/bash" ], "name": "cosmos-bash" }, @@ -1000,11 +1000,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", + "integrity": "sha256-zYXC3x2H+BVSMkKl3lHuU6YtGpcfkA1C/po4gJEFbVU=", "output": "berry", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/berry", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/berry" ], "name": "cosmos-berry" }, @@ -1032,11 +1032,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", + "integrity": "sha256-kFHVadj7qO8fa++DoRfo5mF3yRQfEzwY8oYmAkNrZWU=", "output": "brotli", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/brotli", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/brotli" ], "name": "cosmos-brotli" }, @@ -1064,11 +1064,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", + "integrity": "sha256-kBAQdR6JQLKqPepHDOKFedVxhY6djhlzdO/ioQVriqg=", "output": "bzip2", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/bzip2", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/bzip2" ], "name": "cosmos-bzip2" }, @@ -1096,11 +1096,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", + "integrity": "sha256-iaqHF+splIN98lPFyBN6UkLaklBaIquFgX+cnF8l830=", "output": "cat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cat", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cat" ], "name": "cosmos-cat" }, @@ -1128,11 +1128,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", + "integrity": "sha256-Kzs3JDn3lGd4KMEc8b/NaqUIT5QCSSqpGU8Z9i1pR04=", "output": "chcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chcon", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chcon" ], "name": "cosmos-chcon" }, @@ -1160,11 +1160,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", + "integrity": "sha256-wVPuS25JuvPsnRfDwy7SUqdS9wtM3tnNFmMKvtv1IwI=", "output": "chgrp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chgrp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chgrp" ], "name": "cosmos-chgrp" }, @@ -1192,11 +1192,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", + "integrity": "sha256-h08zDAqTb26lDxnjaO2QQJQMA6a8WjkCNqFLW8+x0xQ=", "output": "chown", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chown", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chown" ], "name": "cosmos-chown" }, @@ -1224,11 +1224,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", + "integrity": "sha256-u/W5RQbAT8MMZaZ0755Kr779zDFEAZZaJg4ccHaDcJ0=", "output": "chroot", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chroot", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chroot" ], "name": "cosmos-chroot" }, @@ -1256,11 +1256,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", + "integrity": "sha256-zdiwW+Uzmd5nRPg33iL/t8MwMgThvFH05XxkBZFKrDI=", "output": "cksum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cksum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cksum" ], "name": "cosmos-cksum" }, @@ -1291,8 +1291,8 @@ "integrity": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", "output": "clang-format", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/clang-format", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/clang-format" ], "name": "cosmos-clang-format" }, @@ -1320,11 +1320,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8KPABEMCQeKSwHulagH5f382QOqkVpFp1Y3mohbcHk8=", + "integrity": "sha256-7zg2xAXwOgGbHZcQT5BKEXKC5HnSvgFcshKcwt9r0eo=", "output": "cmp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cmp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cmp" ], "name": "cosmos-cmp" }, @@ -1352,11 +1352,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", + "integrity": "sha256-JKgeaH32IXUsNSJsImmlhixKaWgSS1MuY7xuBadWVWE=", "output": "comm", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/comm", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/comm" ], "name": "cosmos-comm" }, @@ -1384,11 +1384,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", + "integrity": "sha256-wKcRpoBRuDBkUc/kZ4xc9/0NglwuOqoH5UWSmFnK23M=", "output": "cpuid", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cpuid", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cpuid" ], "name": "cosmos-cpuid" }, @@ -1416,11 +1416,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", + "integrity": "sha256-c2HGNGUV5pcT9L1I+YpF+03zCXd1D6YvyKNmgyO6THE=", "output": "csplit", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/csplit", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/csplit" ], "name": "cosmos-csplit" }, @@ -1448,11 +1448,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", + "integrity": "sha256-MGiJNJzEAlK7odpF9igTuPdX7DsdjV2F/QZeg2NtsWM=", "output": "ctags", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ctags", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ctags" ], "name": "cosmos-ctags" }, @@ -1480,11 +1480,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", + "integrity": "sha256-CO01oqQL/e8THjI+IUMI7IXQlrBR2Y2R46gGWHnHtAc=", "output": "curl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/curl", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/curl" ], "name": "cosmos-curl" }, @@ -1512,11 +1512,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", + "integrity": "sha256-pwryW/gZrXVk8zEs+MNjzyK/Rb2CrbyxfMsGM2MbGhI=", "output": "cut", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cut", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cut" ], "name": "cosmos-cut" }, @@ -1544,11 +1544,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", + "integrity": "sha256-5bVTl8JjEtM3SrWi+FN1v1ujskxlmKSN69kD8vf6Vi4=", "output": "dash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dash", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dash" ], "name": "cosmos-dash" }, @@ -1576,11 +1576,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", + "integrity": "sha256-PzZY+pMnE8+d4P8BZUi7eLezP+x8Umsy2U7xj+QMuU4=", "output": "datasette", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/datasette", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/datasette" ], "name": "cosmos-datasette" }, @@ -1608,11 +1608,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", + "integrity": "sha256-cjOSAN46p90Df/2wz8sNqUDiXzJW1qO9RaqnA0xWxMk=", "output": "date", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/date", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/date" ], "name": "cosmos-date" }, @@ -1640,11 +1640,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", + "integrity": "sha256-xTsgLo5CQt/5zRilYsLZmDloOMIC+IndGeDsnNo2XLQ=", "output": "df", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/df", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/df" ], "name": "cosmos-df" }, @@ -1672,11 +1672,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", + "integrity": "sha256-+9rM66ovQ+tQjs9tEd2DWBIugHe3nVNotKD+yhxt31o=", "output": "dir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dir" ], "name": "cosmos-dir" }, @@ -1704,11 +1704,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", + "integrity": "sha256-HeXbmGM/Y3H8HdIM6aMUijIGudJsu3quDfXL9Ik6NQk=", "output": "dircolors", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dircolors", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dircolors" ], "name": "cosmos-dircolors" }, @@ -1736,11 +1736,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", + "integrity": "sha256-OBGImE8XvGfcxIpDJ/dF+eUSye6bRqYkHrCziPcbU4U=", "output": "dirname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dirname", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dirname" ], "name": "cosmos-dirname" }, @@ -1768,11 +1768,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", + "integrity": "sha256-LNhyxlYcMaGJ9nALEl88adOXLButi4INTHyV223qGo8=", "output": "diff", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/diff", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/diff" ], "name": "cosmos-diff" }, @@ -1800,11 +1800,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", + "integrity": "sha256-O51KFif+qTkNuExjKEX2Isyc9JWMoZI5hPIlxheNq8Q=", "output": "diff3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/diff3", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/diff3" ], "name": "cosmos-diff3" }, @@ -1832,11 +1832,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", + "integrity": "sha256-RW6WRDazzwOBI6081Y4LZ+6j2uc0hIBeX9s/ZBS++VQ=", "output": "du", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/du", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/du" ], "name": "cosmos-du" }, @@ -1864,11 +1864,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", + "integrity": "sha256-IySVf0e15ywmGKV5UVKFm6nmNMMDhk3BuzmmtZKuceI=", "output": "emacs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/emacs", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/emacs" ], "name": "cosmos-emacs" }, @@ -1896,11 +1896,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", + "integrity": "sha256-nEykFz15u4uryFG3Zf18smsiDcFiplml5WudESjHrRo=", "output": "emacsclient", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/emacsclient", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/emacsclient" ], "name": "cosmos-emacsclient" }, @@ -1928,11 +1928,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", + "integrity": "sha256-j2a8SGrIZHhJje9aRsmMnQokzjE2qtQNjFX1hBamyaI=", "output": "env", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/env", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/env" ], "name": "cosmos-env" }, @@ -1960,11 +1960,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", + "integrity": "sha256-Be/uWdzKcuXmQ+vwbALRxwjtqQ+bsG6/NeOyCfQVask=", "output": "expand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/expand", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/expand" ], "name": "cosmos-expand" }, @@ -1992,11 +1992,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", + "integrity": "sha256-YkaWuXbndUjCcxA7EDvQ/ppES/XJAmQWRsc+6LrhIhA=", "output": "expr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/expr", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/expr" ], "name": "cosmos-expr" }, @@ -2024,11 +2024,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", + "integrity": "sha256-zo4zhzl2vTTBAL+ExDoIxu4VjIyRTgZvcPg6c7sCft4=", "output": "factor", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/factor", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/factor" ], "name": "cosmos-factor" }, @@ -2056,11 +2056,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", + "integrity": "sha256-KZqfrd0BLNhoZn5EvdyfCk2eib65MDy8cKA8J1tPgEc=", "output": "false", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/false", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/false" ], "name": "cosmos-false" }, @@ -2088,11 +2088,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", + "integrity": "sha256-uBAQwdFN5k1iNYoSj9HheP30ptebbBrxbS3DPJNbByQ=", "output": "find", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/find", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/find" ], "name": "cosmos-find" }, @@ -2120,11 +2120,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", + "integrity": "sha256-WhcItBIoGAkjgaZ6e2TcfOoBZC2lKCcFhpSfyP5p/A4=", "output": "fmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/fmt", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/fmt" ], "name": "cosmos-fmt" }, @@ -2152,11 +2152,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", + "integrity": "sha256-oEg8o2bbU2TolIjizOYQWaoRIHFQiKv7OTcPscPTjj8=", "output": "fold", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/fold", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/fold" ], "name": "cosmos-fold" }, @@ -2184,11 +2184,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", + "integrity": "sha256-C+xPo5b8yskTLBZpnMili3TlSCb74/kDlDWGXyFoMeE=", "output": "gmake", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/gmake", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/gmake" ], "name": "cosmos-gmake" }, @@ -2216,11 +2216,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", + "integrity": "sha256-P3uA2rP87pXaytqVsrnyHUcpMGzlz4EnKe5VxnN2jaU=", "output": "greenbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/greenbean", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/greenbean" ], "name": "cosmos-greenbean" }, @@ -2248,11 +2248,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", + "integrity": "sha256-9YIyw29q0DZUOxJvzFa51DD39vlsr4Ejd7XpQPe443w=", "output": "grep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/grep", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/grep" ], "name": "cosmos-grep" }, @@ -2280,11 +2280,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", + "integrity": "sha256-rCOoPZoB1oIeyWyOXgE0b+L8mhv3tDNP4fqmLNQuZPY=", "output": "groups", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/groups", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/groups" ], "name": "cosmos-groups" }, @@ -2312,11 +2312,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", + "integrity": "sha256-lXis1YA7kIXODBDOojYBfVQ4D0TtWQYLhZ6iL9q/vCo=", "output": "head", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/head", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/head" ], "name": "cosmos-head" }, @@ -2344,11 +2344,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", + "integrity": "sha256-yA9Nj0DusOHy8nEBzAHKUQeFlRdpqZtLqvbi66JWrlU=", "output": "id", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/id", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/id" ], "name": "cosmos-id" }, @@ -2376,11 +2376,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", + "integrity": "sha256-Qocp0AJAl1Tnm+gEYaLnL2PQ+Iz4Eg9wvdSsDU3oyH0=", "output": "install", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/install", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/install" ], "name": "cosmos-install" }, @@ -2408,11 +2408,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", + "integrity": "sha256-O1m7i9RAFxLZLirlvVle3R7nrCM7O7DaHUGW/BdDIlI=", "output": "join", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/join", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/join" ], "name": "cosmos-join" }, @@ -2440,11 +2440,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", + "integrity": "sha256-hnQL/qh+uLgvgJVKs8MY1aKqVMHhR+cPRBkcNkztXc0=", "output": "kill", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/kill", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/kill" ], "name": "cosmos-kill" }, @@ -2472,11 +2472,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", + "integrity": "sha256-60FEOUh4bKXuf9yNKYPQFD5XFTxSkIfGSBdSQNroS/4=", "output": "less", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/less", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/less" ], "name": "cosmos-less" }, @@ -2504,11 +2504,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", + "integrity": "sha256-L8gjytgadSZu/CR32m9XH8CWykHGWhrIHiPaUHxUSyQ=", "output": "life", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/life", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/life" ], "name": "cosmos-life" }, @@ -2536,11 +2536,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", + "integrity": "sha256-l7GKrbz2rhRORMZbEOqEWgd3WFfs/Jc8umv3AxFC1bE=", "output": "link", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/link", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/link" ], "name": "cosmos-link" }, @@ -2568,11 +2568,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", + "integrity": "sha256-QE5AsVCI8zIhrgWrWAUGIjqr1vwYnE0B7GT4Kp2wLVk=", "output": "links", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/links", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/links" ], "name": "cosmos-links" }, @@ -2600,11 +2600,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", + "integrity": "sha256-KwsF0B1x4TV357FnU2rgBpkTehyJ1q+T1Hb7R6BA/c4=", "output": "ln", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ln", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ln" ], "name": "cosmos-ln" }, @@ -2632,11 +2632,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", + "integrity": "sha256-2v5XygbHC3trjPe/kzl/a5uTNrjZVTfz1o2Fn69O7O8=", "output": "locate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/locate", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/locate" ], "name": "cosmos-locate" }, @@ -2664,11 +2664,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", + "integrity": "sha256-aWGmwv8y6zHr7QbCBEGZXGzaQqr/toBzj7OyuMbIFg4=", "output": "logname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/logname", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/logname" ], "name": "cosmos-logname" }, @@ -2696,11 +2696,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", + "integrity": "sha256-EfOI6SFZvVYArbKFcfKUKqg5DTRsstdA0Dq1HNCJ3qU=", "output": "ls", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ls", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ls" ], "name": "cosmos-ls" }, @@ -2728,11 +2728,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", + "integrity": "sha256-/5cXknboTuyZqgUAheLxXmRtY9XSb25cse1wFFjNk2k=", "output": "lua", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/lua", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/lua" ], "name": "cosmos-lua" }, @@ -2760,11 +2760,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", + "integrity": "sha256-PFx+fDvlUnhL54BQgtEuIeRIadNjR2hWukUkpyFt6bU=", "output": "lz4", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/lz4", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/lz4" ], "name": "cosmos-lz4" }, @@ -2792,11 +2792,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", + "integrity": "sha256-tMO2mNneT8sXwqiZKc7/uCKZ2UOyTr4nNSLrJLfttuc=", "output": "make", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/make", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/make" ], "name": "cosmos-make" }, @@ -2824,11 +2824,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", + "integrity": "sha256-jX70gTagi/lSMYBoxxqp42o9LEhCxORVbMtRuPaUmyw=", "output": "md5sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/md5sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/md5sum" ], "name": "cosmos-md5sum" }, @@ -2856,11 +2856,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", + "integrity": "sha256-QpY9VZ2D6rVYMoeZEGlDngWWYvETxwHDXtbX6Bf1Km4=", "output": "mkfifo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mkfifo", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mkfifo" ], "name": "cosmos-mkfifo" }, @@ -2888,11 +2888,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", + "integrity": "sha256-EGB0N+L84vGnN+yPkmu3BnkcPBSTGlc9iOjL2UIKBj8=", "output": "mknod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mknod", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mknod" ], "name": "cosmos-mknod" }, @@ -2920,11 +2920,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", + "integrity": "sha256-J5p3mYE5WRqIgjBZxDntj22AbpCCyhcT9HREuXV8IL8=", "output": "mktemp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mktemp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mktemp" ], "name": "cosmos-mktemp" }, @@ -2952,11 +2952,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", + "integrity": "sha256-XFEfUwhs9mu4y1osxpfpOSgSbUUEP07ks6vgqSVlXhQ=", "output": "mktemper", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mktemper", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mktemper" ], "name": "cosmos-mktemper" }, @@ -2984,11 +2984,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", + "integrity": "sha256-YqQLjI+pz0Bx0399iAJLMB6+k9IrEArw8MqwRFWOR00=", "output": "nano", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nano", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nano" ], "name": "cosmos-nano" }, @@ -3016,11 +3016,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", + "integrity": "sha256-UiWfFm+px9oSPOZOfWHz4WZZUyieBSde9Y7lYqscfWk=", "output": "nesemu1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nesemu1", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nesemu1" ], "name": "cosmos-nesemu1" }, @@ -3048,11 +3048,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", + "integrity": "sha256-8DkKoJs9xYTJpS0A9+SRFS0s67I9YfcsUDXCAmhMvVc=", "output": "nice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nice", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nice" ], "name": "cosmos-nice" }, @@ -3080,11 +3080,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", + "integrity": "sha256-UNQAHco+aKm9fqsO7n10vyF0qYVIpYtxNqYs27P/9Zw=", "output": "ninja", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ninja", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ninja" ], "name": "cosmos-ninja" }, @@ -3112,11 +3112,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", + "integrity": "sha256-V9SNa4NXjc3KFY4AAPkWQA1RCzPkOhEQqqvz3f1sAL0=", "output": "nl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nl", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nl" ], "name": "cosmos-nl" }, @@ -3144,11 +3144,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", + "integrity": "sha256-2pBFo53we/mbI9ruzWIkywp94SxZDdNOSpWhV69bDyE=", "output": "nohup", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nohup", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nohup" ], "name": "cosmos-nohup" }, @@ -3176,11 +3176,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", + "integrity": "sha256-KfKKPfUAK6j6DzSQwdgm/6yuXl9f066N2kRvE/o2a0g=", "output": "nproc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/nproc", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/nproc" ], "name": "cosmos-nproc" }, @@ -3208,11 +3208,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", + "integrity": "sha256-N2z4bSxNwaCzl+3EiJ0TalTMvICgwPYDj2WnnmA4KE8=", "output": "numfmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/numfmt", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/numfmt" ], "name": "cosmos-numfmt" }, @@ -3240,11 +3240,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", + "integrity": "sha256-n1EJ7s9h4IlbehGRxXJG2pKznTyMkNRZVh12SVmo6IY=", "output": "od", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/od", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/od" ], "name": "cosmos-od" }, @@ -3272,11 +3272,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", + "integrity": "sha256-k+f1ri+vXgEAMzdNILQzy8x/zUnB8oLFlJ1NjxcyjNY=", "output": "paste", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/paste", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/paste" ], "name": "cosmos-paste" }, @@ -3304,11 +3304,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", + "integrity": "sha256-i9HGSs650eXHgK5SUdoKPrHCjaFt9QqoMIbZM0prB/8=", "output": "patch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/patch", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/patch" ], "name": "cosmos-patch" }, @@ -3336,11 +3336,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", + "integrity": "sha256-zkQm8sad2E49yUnq5w5kPfZGJzUw3zBn8+px/FaQUBs=", "output": "pathchk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pathchk", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pathchk" ], "name": "cosmos-pathchk" }, @@ -3368,11 +3368,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", + "integrity": "sha256-7kbCtFSv9O5MxBQ2dlv5VaIiOZAJyOa8SFTlkJr64SU=", "output": "pinky", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pinky", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pinky" ], "name": "cosmos-pinky" }, @@ -3400,11 +3400,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", + "integrity": "sha256-cFwuCvq3IncQx6kb315bxnNl/lIUfKc8gN/IU+j1EAw=", "output": "pledge", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pledge", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pledge" ], "name": "cosmos-pledge" }, @@ -3432,11 +3432,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", + "integrity": "sha256-IjM5F+Lh7ebuoIxjJCqn4yz6qkDPx9plrYvl0KCGULw=", "output": "pr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pr", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pr" ], "name": "cosmos-pr" }, @@ -3464,11 +3464,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", + "integrity": "sha256-wBxvMOxzo392/M4gV0YD2GzI5Q4ymYxsAbsoAQL5zAo=", "output": "printenv", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/printenv", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/printenv" ], "name": "cosmos-printenv" }, @@ -3496,11 +3496,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", + "integrity": "sha256-8p+VqLEbvXDW02N1ESwggkB59CpyCW5PFMi+d0UncAU=", "output": "printimage", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/printimage", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/printimage" ], "name": "cosmos-printimage" }, @@ -3528,11 +3528,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", + "integrity": "sha256-sYXTprxPH5gCs7g+gxVurMn+78nYsZ0FXIuf58MPP/c=", "output": "ptx", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ptx", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ptx" ], "name": "cosmos-ptx" }, @@ -3560,11 +3560,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", + "integrity": "sha256-hPcozpA3HcPu3pTfaYeAA1qnfoTEwXQ8hIQCKiAm+dg=", "output": "pwd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pwd", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pwd" ], "name": "cosmos-pwd" }, @@ -3592,11 +3592,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", + "integrity": "sha256-s8hepPfEr+kF3ZfB1g6Xux/2NDgC0eegFVBzUr7WAvc=", "output": "pypack1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/pypack1", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pypack1" ], "name": "cosmos-pypack1" }, @@ -3624,11 +3624,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", + "integrity": "sha256-lBG+er+uWn+jZ0Roa4tsw5pTMoQr73SEeioqvXmeJIk=", "output": "python", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/python", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/python" ], "name": "cosmos-python" }, @@ -3656,43 +3656,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", - "output": "qjs", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" - ], - "name": "cosmos-qjs" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 112, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-qjs//:qjs", - "name": "qjs" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 122, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "executable": true, - "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", + "integrity": "sha256-XhCpnWcaDbrSaDiEiS9h4CNrbBjUd68YoTPMJsfgAsE=", "output": "readlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/readlink", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/readlink" ], "name": "cosmos-readlink" }, @@ -3720,11 +3688,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", + "integrity": "sha256-kZqQKF7DTEM7uy5tYwaxFB2mdews5yLSOKOKA7gXA1g=", "output": "realpath", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/realpath", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/realpath" ], "name": "cosmos-realpath" }, @@ -3752,11 +3720,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", + "integrity": "sha256-NxcEyoSdLqO8xpGzkVVlqM3ts4faX0dh0ZKaX/olfr4=", "output": "redbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/redbean", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/redbean" ], "name": "cosmos-redbean" }, @@ -3784,11 +3752,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", + "integrity": "sha256-ApDRffmoYTrpjaxfmoyclVTBguDgy8tIEWfMeDGQmgU=", "output": "rmdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/rmdir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/rmdir" ], "name": "cosmos-rmdir" }, @@ -3816,43 +3784,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", - "output": "rsync", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" - ], - "name": "cosmos-rsync" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 112, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-rsync//:rsync", - "name": "rsync" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 122, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "executable": true, - "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", + "integrity": "sha256-ObiMxp7eh2DgOwnv49LU+RqkxNQ7nSdpKQha0XzOWyM=", "output": "runcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/runcon", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/runcon" ], "name": "cosmos-runcon" }, @@ -3880,11 +3816,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", + "integrity": "sha256-u3I17IwawT81h3gKPJZQR2VwhN+96HSLQ6zP7M1f4OU=", "output": "script", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/script", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/script" ], "name": "cosmos-script" }, @@ -3912,11 +3848,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-V8rMT2LlnNJ5nQDA+HRVtYBWeoHFCko3lSoyJMo/UTE=", + "integrity": "sha256-J6oSzHOdOqXrgcMt6ZsbGQEskRLyGe3zAyM85H+ctlI=", "output": "sdiff", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sdiff", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sdiff" ], "name": "cosmos-sdiff" }, @@ -3944,11 +3880,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", + "integrity": "sha256-icpkHAOmRg/2a/1AQwoot/h2AnvgYVaU+tClvzb5ztI=", "output": "sed", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sed", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sed" ], "name": "cosmos-sed" }, @@ -3976,11 +3912,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", + "integrity": "sha256-d0yypk3Es9I+n9YT5jSz5SPY4VOHsJ8RBgN4d+xv8MA=", "output": "seq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/seq", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/seq" ], "name": "cosmos-seq" }, @@ -4008,11 +3944,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", + "integrity": "sha256-zt/dnqgiviQCXjFMDakN2olRVJNKMG3+ltB87h//jZY=", "output": "sha1sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha1sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha1sum" ], "name": "cosmos-sha1sum" }, @@ -4040,11 +3976,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", + "integrity": "sha256-S0QdQ0Z94hiL3sr6c6U0fOrCdCrWFjqRsQ0xuq/0fQk=", "output": "sha224sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha224sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha224sum" ], "name": "cosmos-sha224sum" }, @@ -4072,11 +4008,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", + "integrity": "sha256-Ek6NepBpJTQMWW9MuM2IzFnDiCEIP8300d5nkumjSr8=", "output": "sha256sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha256sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha256sum" ], "name": "cosmos-sha256sum" }, @@ -4104,11 +4040,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", + "integrity": "sha256-ehLWdCUgB1mVnv8OBdG+BZlWoBTfLUgHttxknsTEPb4=", "output": "sha384sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha384sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha384sum" ], "name": "cosmos-sha384sum" }, @@ -4136,11 +4072,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", + "integrity": "sha256-kHa4fp0C3CCN2+wD3SrSVUaxRIWWhYGBI7UytEzMcOw=", "output": "sha512sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sha512sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sha512sum" ], "name": "cosmos-sha512sum" }, @@ -4168,11 +4104,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", + "integrity": "sha256-xioIsrk5HHwT3Mcf2CWhPyJnxl9z3AFCLsxS+b8kuRo=", "output": "shred", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/shred", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/shred" ], "name": "cosmos-shred" }, @@ -4200,11 +4136,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", + "integrity": "sha256-fI98jKWCZ5MgHpELnz/lHJy+VrIWf80nKokoY1lfmB0=", "output": "shuf", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/shuf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/shuf" ], "name": "cosmos-shuf" }, @@ -4232,11 +4168,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", + "integrity": "sha256-xuzuadvt0AfjiJyTQWoKLoQM+oK6QfGT2n4eGMa42Fs=", "output": "sleep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sleep", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sleep" ], "name": "cosmos-sleep" }, @@ -4264,11 +4200,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", + "integrity": "sha256-2ZhQUCjqdJ2tZxv88NLBTMjyHd/GtK4aHgr9zEMN9E8=", "output": "sort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sort", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sort" ], "name": "cosmos-sort" }, @@ -4296,11 +4232,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", + "integrity": "sha256-FzzJgL/jc+gMwChdKi2zA8sSefWPCp/xHGukXJ09W3E=", "output": "split", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/split", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/split" ], "name": "cosmos-split" }, @@ -4328,11 +4264,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", + "integrity": "sha256-u8e4EAvy2OkPwGt2h4HMnliOKeRnrhigka9AHSsy45g=", "output": "sqlite3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sqlite3", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sqlite3" ], "name": "cosmos-sqlite3" }, @@ -4360,11 +4296,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", + "integrity": "sha256-l/9uV0whTEirjNCOU/KMvCL4zOmbt9urtLpibFDGlu4=", "output": "stat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/stat", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/stat" ], "name": "cosmos-stat" }, @@ -4392,11 +4328,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", + "integrity": "sha256-+R3nXybBi3lnghBxNJqt/E9lSVEvXWNd48kdUkdz71g=", "output": "stty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/stty", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/stty" ], "name": "cosmos-stty" }, @@ -4424,11 +4360,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", + "integrity": "sha256-u34u/+HUzo8nqhqIRrwVEywYj/mSpwewShkTJy2RDqg=", "output": "sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sum", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sum" ], "name": "cosmos-sum" }, @@ -4456,11 +4392,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", + "integrity": "sha256-e6vHf9wOOoHj+0pERfTHnbY2/xW5cO8bY22sxtzwQt4=", "output": "sync", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/sync", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/sync" ], "name": "cosmos-sync" }, @@ -4488,11 +4424,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", + "integrity": "sha256-onhYcgU+khm2rdWZcJUXeNQDyhSEiByavttEL6h0YzU=", "output": "tac", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tac", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tac" ], "name": "cosmos-tac" }, @@ -4520,11 +4456,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", + "integrity": "sha256-zxkALJng81qdJvA1FhTJG/PEqEwRQz2X7ntR/ERQJhA=", "output": "tail", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tail", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tail" ], "name": "cosmos-tail" }, @@ -4552,11 +4488,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", + "integrity": "sha256-u7s1gyarncmBRHYS+nYkzsxPp0ct1+P7EnH0xsLWO/U=", "output": "tar", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tar", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tar" ], "name": "cosmos-tar" }, @@ -4584,11 +4520,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", + "integrity": "sha256-sEvEKaZ1kuuB5vWsSDeDiKeVVUlFLv1BrPM7SGc/A88=", "output": "tee", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tee", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tee" ], "name": "cosmos-tee" }, @@ -4616,11 +4552,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", + "integrity": "sha256-TXhCDuGK2EpzvO1D4cwlz7S33zKrcXSjwYErpjsb9a4=", "output": "test", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/test", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/test" ], "name": "cosmos-test" }, @@ -4648,11 +4584,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", + "integrity": "sha256-207CBLHdgJnu3zu6HLd2aP9yt372xpE2loUwJr952xc=", "output": "tidy", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tidy", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tidy" ], "name": "cosmos-tidy" }, @@ -4680,11 +4616,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", + "integrity": "sha256-jUb/3AUdDxpToWg8fr0ie37ATBbxiqXp7kQdW548tVY=", "output": "timeout", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/timeout", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/timeout" ], "name": "cosmos-timeout" }, @@ -4712,11 +4648,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", + "integrity": "sha256-S9r1cPinQXIVeQhfvGPh95JeoVQmILnerEtvX2sSKns=", "output": "tmux", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tmux", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tmux" ], "name": "cosmos-tmux" }, @@ -4744,11 +4680,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", + "integrity": "sha256-9QX4NOQt2gMwvwAi7dorq57ZpQx2/qkRmYaMdUgESWE=", "output": "touch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/touch", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/touch" ], "name": "cosmos-touch" }, @@ -4776,11 +4712,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", + "integrity": "sha256-xPxJICWFt9Fjvc2QWgN/p82BDw+F04gACFy54aTvp0s=", "output": "tr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tr", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tr" ], "name": "cosmos-tr" }, @@ -4808,11 +4744,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", + "integrity": "sha256-ijXcmtpVw2VIHocvCK2rU60wVbtd8VSNKY6A81LoVo4=", "output": "tree", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tree", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tree" ], "name": "cosmos-tree" }, @@ -4840,11 +4776,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", + "integrity": "sha256-WKAtufxhFpWDlc1RUFztyyQMI1inrOrFjjsYxrYKhIE=", "output": "true", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/true", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/true" ], "name": "cosmos-true" }, @@ -4872,11 +4808,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", + "integrity": "sha256-9yZlpBInSbImh6MeUhj2RRTDz/35uguyhxYbcOZt0q0=", "output": "truncate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/truncate", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/truncate" ], "name": "cosmos-truncate" }, @@ -4904,11 +4840,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", + "integrity": "sha256-zHOD+Aiw5VADXW+55GNlTwRg6PQyY6juJa/L1PLSRjM=", "output": "tsort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tsort", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tsort" ], "name": "cosmos-tsort" }, @@ -4936,11 +4872,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", + "integrity": "sha256-C3pT3B/kZbJVhabYYQzS670cxvTAPalx+ONfJ7HjBw0=", "output": "tty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/tty", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/tty" ], "name": "cosmos-tty" }, @@ -4968,11 +4904,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", + "integrity": "sha256-xH4w+VGbPxESNAQW0WMRwdi00YwMkOXDo1IPPNpkfWk=", "output": "ttyinfo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/ttyinfo", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/ttyinfo" ], "name": "cosmos-ttyinfo" }, @@ -5000,11 +4936,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", + "integrity": "sha256-GxVzljrGjc4KjGJvtRQDnkym9UGinxDXCpy3vDon6mY=", "output": "unbourne", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unbourne", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unbourne" ], "name": "cosmos-unbourne" }, @@ -5032,11 +4968,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", + "integrity": "sha256-D1tBeE/Y5gz6QuF4MXlDj4fdP5osoIpX0lSnMNIDpXQ=", "output": "unexpand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unexpand", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unexpand" ], "name": "cosmos-unexpand" }, @@ -5064,11 +5000,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", + "integrity": "sha256-LcupCoDKanj1jigte19txmuPVLh/8rvA3fT7r4xkcRs=", "output": "uniq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/uniq", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/uniq" ], "name": "cosmos-uniq" }, @@ -5096,11 +5032,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", + "integrity": "sha256-180ZCH3gkYeLDY1jivNvYJXNm5AqOJVx6vjFbuqWFhc=", "output": "unlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unlink", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unlink" ], "name": "cosmos-unlink" }, @@ -5128,11 +5064,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", + "integrity": "sha256-mWVG9/vk5WnR1nrnLrYErSL/e9qZCT8eY9QzW7UeI0o=", "output": "unzip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/unzip", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/unzip" ], "name": "cosmos-unzip" }, @@ -5160,11 +5096,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", + "integrity": "sha256-qD1cZCh7hJJ55AGevqag0zTthSgo8UN2ddPG5mOBuC8=", "output": "uptime", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/uptime", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/uptime" ], "name": "cosmos-uptime" }, @@ -5192,11 +5128,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", + "integrity": "sha256-Q8V9U6YfpaGlCSBLXGn2HJzCCnc8q03bEPCcjZD5WRA=", "output": "users", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/users", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/users" ], "name": "cosmos-users" }, @@ -5224,11 +5160,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", + "integrity": "sha256-Zbah+UiDmhGAmWAJNe8J1lW9PwpgTEdr8puenKbJf4s=", "output": "vdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/vdir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/vdir" ], "name": "cosmos-vdir" }, @@ -5256,11 +5192,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", + "integrity": "sha256-REVMf9GYTyaiAPrTE4WVV7LqfCI2lasj8ajJhXyFKyE=", "output": "verynice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/verynice", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/verynice" ], "name": "cosmos-verynice" }, @@ -5288,11 +5224,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", + "integrity": "sha256-emyIHvfRwplyshI3IOFaIDaYIjXtmIhmk18wBmFDm/U=", "output": "vim", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/vim", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/vim" ], "name": "cosmos-vim" }, @@ -5320,11 +5256,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", + "integrity": "sha256-4/Lqe9lqSUVb5RU1mXq4c1K1XPDyllMkZePVLi4ymKs=", "output": "wall", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/wall", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/wall" ], "name": "cosmos-wall" }, @@ -5352,11 +5288,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", + "integrity": "sha256-//qpbuPZ8XLio/54/m2DVXN2a+oFUN7LQ0dO3+Jl/mY=", "output": "wc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/wc", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/wc" ], "name": "cosmos-wc" }, @@ -5384,11 +5320,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", + "integrity": "sha256-IYg+YKgJ0KbAFHKwyyFpJ2HWtRoukuYH+PJECY3TkZ8=", "output": "wget", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/wget", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/wget" ], "name": "cosmos-wget" }, @@ -5416,11 +5352,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", + "integrity": "sha256-+msow+UYZ5LFhoLYWXN/B3RpkP4DVZM32p2gfRxlxDk=", "output": "who", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/who", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/who" ], "name": "cosmos-who" }, @@ -5448,11 +5384,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", + "integrity": "sha256-yEHpMZVa95mHV1ZTNdJujB+ZZpk4kuC8QafC8Q5xHN0=", "output": "whoami", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/whoami", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/whoami" ], "name": "cosmos-whoami" }, @@ -5480,11 +5416,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", + "integrity": "sha256-mz9bnqosuFcbM6LMjnCySEP5fei7yvapyWgz60hLiok=", "output": "xargs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/xargs", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/xargs" ], "name": "cosmos-xargs" }, @@ -5512,43 +5448,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", - "output": "xz", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" - ], - "name": "cosmos-xz" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 112, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-xz//:xz", - "name": "xz" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 122, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "executable": true, - "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", + "integrity": "sha256-jFwnz8FHv8LdK3EW6Zp6IAT9Y0dt38JkePWM7+PpG1M=", "output": "yes", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/yes", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/yes" ], "name": "cosmos-yes" }, @@ -5576,11 +5480,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", + "integrity": "sha256-33JZlJppAfxlEvW/obvCQdpCWwaprCfOP4J5lTNhktM=", "output": "zip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/zip", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/zip" ], "name": "cosmos-zip" }, @@ -5608,11 +5512,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", + "integrity": "sha256-eMYlKSlyIJW0BDZLDEDn19zT3zg3dSzPVNUnrrZSAKs=", "output": "zsh", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/zsh", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/zsh" ], "name": "cosmos-zsh" }, @@ -5640,11 +5544,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", + "integrity": "sha256-RdAEdLJGfzc4vORGYtwxR1csgthzp9gY7Bmu8KiK20A=", "output": "zstd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/zstd", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/zstd" ], "name": "cosmos-zstd" }, @@ -5672,11 +5576,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "integrity": "sha256-Q1xECBpFyIYCDkcqQ+tUnTi166LC/Hng0pWq8h/Nna4=", "output": "chmod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chmod", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chmod.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/chmod", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/chmod.ape" ], "name": "cosmos-chmod" }, @@ -5704,11 +5608,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "integrity": "sha256-8+ioU1winJ0waEUPBvFPEwCtnTJnhOjIjOS/knCCU1Q=", "output": "cp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cp.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/cp", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/cp.ape" ], "name": "cosmos-cp" }, @@ -5736,11 +5640,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "integrity": "sha256-5UAFsJ5LaSEX+aqv1jrk/T6OxpHbprE5i7ZYV0ulYg4=", "output": "dd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dd.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/dd", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/dd.ape" ], "name": "cosmos-dd" }, @@ -5768,11 +5672,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "integrity": "sha256-jWC35ahFQvRjO0uhLCgt4jnyO1ZgLtF5yDiXFO2Kx/I=", "output": "echo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/echo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/echo.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/echo", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/echo.ape" ], "name": "cosmos-echo" }, @@ -5800,11 +5704,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "integrity": "sha256-s4JO4E7BeTOUdzMuLEPRmW4QDodtbuscYZhQR2OjyEA=", "output": "gzip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gzip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gzip.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/gzip", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/gzip.ape" ], "name": "cosmos-gzip" }, @@ -5832,11 +5736,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-mt2EcyVG4+Pg7C0HXbGd5IIRtoZ+LEqX9c/kq8DcsQw=", + "integrity": "sha256-djlif5zZl7ociZlF/0NaiP60kRDOTTS980cxGBRJSI0=", "output": "mkdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkdir.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mkdir", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mkdir.ape" ], "name": "cosmos-mkdir" }, @@ -5864,11 +5768,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "integrity": "sha256-4k6/zz5QRC2KP2n5/bEv24Ko+ebUT5a73L2sxuV73pg=", "output": "mv", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mv", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mv.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/mv", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/mv.ape" ], "name": "cosmos-mv" }, @@ -5896,11 +5800,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "integrity": "sha256-tEvBob4PXlQ70HFHcD+m1DG27BQ8UcLy9Wo7DRN6txc=", "output": "printf", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printf.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/printf", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/printf.ape" ], "name": "cosmos-printf" }, @@ -5928,11 +5832,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "integrity": "sha256-IL/aTd3nIpSXAwqp40bf9COzAuWIxKgO4kMsgOf9aFI=", "output": "rm", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rm", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rm.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/rm", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/rm.ape" ], "name": "cosmos-rm" }, @@ -5960,11 +5864,11 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "integrity": "sha256-wcjn5dEUIat1FmI6j/YesdIMJE+Gj13q1G2caC/RMHs=", "output": "uname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uname.ape" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.7.1/uname", + "https://cosmo.zip/pub/cosmos/v/3.7.1/bin/uname.ape" ], "name": "cosmos-uname" }, @@ -6003,7 +5907,7 @@ "devDependency": false, "location": { "file": "@@ape~//:MODULE.bazel", - "line": 330, + "line": 329, "column": 22 } }, @@ -6016,7 +5920,103 @@ "devDependency": false, "location": { "file": "@@ape~//:MODULE.bazel", - "line": 340, + "line": 339, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", + "output": "qjs", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" + ], + "name": "cosmos-qjs" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 358, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-qjs//:qjs", + "name": "qjs" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 368, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", + "output": "rsync", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" + ], + "name": "cosmos-rsync" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 358, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-rsync//:rsync", + "name": "rsync" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 368, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + "output": "xz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" + ], + "name": "cosmos-xz" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 358, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-xz//:xz", + "name": "xz" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 368, "column": 23 } } @@ -7219,19 +7219,6 @@ "column": 23 } }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-qjs", - "target": "@qjs" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 126, - "column": 23 - } - }, { "tagName": "symlink", "attributeValues": { @@ -7284,19 +7271,6 @@ "column": 23 } }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-rsync", - "target": "@rsync" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 126, - "column": 23 - } - }, { "tagName": "symlink", "attributeValues": { @@ -7973,19 +7947,6 @@ "column": 23 } }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-xz", - "target": "@xz" - }, - "devDependency": false, - "location": { - "file": "@@ape~//:MODULE.bazel", - "line": 126, - "column": 23 - } - }, { "tagName": "symlink", "attributeValues": { @@ -8177,7 +8138,46 @@ "devDependency": false, "location": { "file": "@@ape~//:MODULE.bazel", - "line": 344, + "line": 343, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-qjs", + "target": "@qjs" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 372, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-rsync", + "target": "@rsync" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 372, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-xz", + "target": "@xz" + }, + "devDependency": false, + "location": { + "file": "@@ape~//:MODULE.bazel", + "line": 372, "column": 23 } } @@ -9949,25 +9949,25 @@ "target": "@@ape~~_repo_rules~dircolors//:dircolors" } }, - "ape-rsync": { + "ape-sed": { "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", "ruleClassName": "symlink", "attributes": { - "target": "@@ape~~_repo_rules~rsync//:rsync" + "target": "@@ape~~_repo_rules~sed//:sed" } }, - "ape-sed": { + "ape-sha512sum": { "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", "ruleClassName": "symlink", "attributes": { - "target": "@@ape~~_repo_rules~sed//:sed" + "target": "@@ape~~_repo_rules~sha512sum//:sha512sum" } }, - "ape-sha512sum": { + "ape-rsync": { "bzlFile": "@@toolchain_utils~//toolchain/export/symlink:repository.bzl", "ruleClassName": "symlink", "attributes": { - "target": "@@ape~~_repo_rules~sha512sum//:sha512sum" + "target": "@@ape~~_repo_rules~rsync//:rsync" } }, "ape-nproc": { diff --git a/upload/BUILD.bazel b/upload/BUILD.bazel index 9edb4746..abea780a 100644 --- a/upload/BUILD.bazel +++ b/upload/BUILD.bazel @@ -7,7 +7,7 @@ load("//:binaries.bzl", "BINARIES") src = "@{}//:ape".format(ape), dst = ape, tags = ["manual"], - url = "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1", + url = "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.7.1", ) for ape in ( "ape-arm64.elf", @@ -22,7 +22,7 @@ load("//:binaries.bzl", "BINARIES") src = "@cosmos-{}//:{}".format(binary, binary), dst = binary, tags = ["manual"], - url = "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1", + url = "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.7.1", ) for binary in BINARIES ] @@ -32,5 +32,5 @@ curl_upload_file( src = "@ape-m1.c", dst = "ape-m1.c", tags = ["manual"], - url = "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1", + url = "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.7.1", ) -- GitLab