From f4538e9a5e7e0fdfa7a8ba87622a803d73f50521 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Oct 2025 07:16:35 +0000 Subject: [PATCH] Update Sage to 2025.10.18 --- Formula/sage.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/sage.rb b/Formula/sage.rb index 12469e1..1ad3190 100644 --- a/Formula/sage.rb +++ b/Formula/sage.rb @@ -1,26 +1,26 @@ class Sage < Formula desc "🌿 Sage — A Git workflow tool for managing branches and commits" homepage "https://github.com/sage-scm/sage" - version "2025.10.16" + version "2025.10.18" license "MIT" on_macos do if Hardware::CPU.intel? - url "https://github.com/sage-scm/sage/releases/download/2025.10.16/sg-macos-amd64.tar.gz" - sha256 "fbb71b09e43a4c07d4ccaadac853bdd60e7100ea2c0184ec3b2f64a3e28b8fd5" + url "https://github.com/sage-scm/sage/releases/download/2025.10.18/sg-macos-amd64.tar.gz" + sha256 "7e3727d955db44b9e661f07a14fdf5aa193524ea4475a0c91a7636236b797d60" else - url "https://github.com/sage-scm/sage/releases/download/2025.10.16/sg-macos-arm64.tar.gz" - sha256 "638a9350e465cd0a48d87e132caf802f89af0dcdbbac838205b87ed337421d4f" + url "https://github.com/sage-scm/sage/releases/download/2025.10.18/sg-macos-arm64.tar.gz" + sha256 "11afb3e1e5e22e04168f7c0239aa128ae168691ee78ea0aa3be0e50e09ab3c02" end end on_linux do if Hardware::CPU.intel? - url "https://github.com/sage-scm/sage/releases/download/2025.10.16/sg-linux-amd64.tar.gz" - sha256 "085be5f4867e595bf767dedd2054cf0836b68f26191fd81027cad44ca0a23233" + url "https://github.com/sage-scm/sage/releases/download/2025.10.18/sg-linux-amd64.tar.gz" + sha256 "efeca26e32eb2bde1c36296f6f7c2f2d507e410f7930994fc267cb36130cd8e1" else - url "https://github.com/sage-scm/sage/releases/download/2025.10.16/sg-linux-arm64.tar.gz" - sha256 "0de9be295aea11b30b1e76153416461bd1fccdf666bc1040144ab5fb3a4c4c75" + url "https://github.com/sage-scm/sage/releases/download/2025.10.18/sg-linux-arm64.tar.gz" + sha256 "244416ce14b4cbb4eb23520b0b3242677352cefea1a2b5ee47f85f5af8a21c78" end end