The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Brewfile.lock: update with Ubuntu and tap

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 6162780d dd7e82d4

+21 -8
+21 -8
Brewfile.lock.json
··· 601 601 "xe/pkgs/protoc-gen-twirp": { 602 602 "version": "8.1.3", 603 603 "bottle": { 604 - "rebuild": 0, 604 + "rebuild": 1, 605 605 "root_url": "https://github.com/Xe/homebrew-pkgs/releases/download/protoc-gen-twirp-8.1.3", 606 606 "files": { 607 - "ventura": { 607 + "arm64_sonoma": { 608 608 "cellar": ":any_skip_relocation", 609 - "url": "https://github.com/Xe/homebrew-pkgs/releases/download/protoc-gen-twirp-8.1.3/protoc-gen-twirp-8.1.3.ventura.bottle.tar.gz", 610 - "sha256": "2ce17ccf6cd012cc1137ca15aab227cbd0cf635da208dbd002673b89a45a621f" 609 + "url": "https://github.com/Xe/homebrew-pkgs/releases/download/protoc-gen-twirp-8.1.3/protoc-gen-twirp-8.1.3.arm64_sonoma.bottle.1.tar.gz", 610 + "sha256": "f06b193b8ac93065f0f6e7f12212c0410a853e193957de6bc2eb45b9292221a1" 611 611 }, 612 612 "x86_64_linux": { 613 613 "cellar": ":any_skip_relocation", 614 - "url": "https://github.com/Xe/homebrew-pkgs/releases/download/protoc-gen-twirp-8.1.3/protoc-gen-twirp-8.1.3.x86_64_linux.bottle.tar.gz", 615 - "sha256": "b0eba65407952501b59b9e65e22aa813af42345ae0609f1fc337f036fd5c0425" 614 + "url": "https://github.com/Xe/homebrew-pkgs/releases/download/protoc-gen-twirp-8.1.3/protoc-gen-twirp-8.1.3.x86_64_linux.bottle.1.tar.gz", 615 + "sha256": "d74a7168584ecb880d7305238d80b09246bd4e51a24f28001f50bb1fb6b49589" 616 616 } 617 617 } 618 618 } 619 619 } 620 + }, 621 + "tap": { 622 + "xe/pkgs": { 623 + "revision": "3f309a7d3d87e856a4b02f9f5f16c01c51aba765" 624 + } 620 625 } 621 626 }, 622 627 "system": { 623 628 "macos": { 624 629 "sonoma": { 625 - "HOMEBREW_VERSION": "4.3.6", 630 + "HOMEBREW_VERSION": "4.3.6-58-g9b615ba", 626 631 "HOMEBREW_PREFIX": "/opt/homebrew", 627 632 "Homebrew/homebrew-core": "api", 628 633 "CLT": "15.3.0.0.1.1708646388", 629 634 "Xcode": "15.4", 630 635 "macOS": "14.5" 631 636 } 637 + }, 638 + "linux": { 639 + "Ubuntu 22.04.4 LTS (jammy)": { 640 + "HOMEBREW_VERSION": "4.3.6-58-g9b615ba", 641 + "HOMEBREW_PREFIX": "/home/linuxbrew/.linuxbrew", 642 + "Homebrew/homebrew-core": "api", 643 + "GCC": "11.4.0" 644 + } 632 645 } 633 646 } 634 - } 647 + }