From 605e68c94725d0ad23afe9c4fe3b08caf44d317f Mon Sep 17 00:00:00 2001 From: Glydric Date: Wed, 9 Jul 2025 12:23:50 +0200 Subject: [PATCH] updated to point the original quickemu project --- Formula/quickemu.rb | 2 +- Formula/quickemu_dev.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/quickemu.rb b/Formula/quickemu.rb index 08dce24..e4206b3 100644 --- a/Formula/quickemu.rb +++ b/Formula/quickemu.rb @@ -19,7 +19,7 @@ class Quickemu < Formula # patching for coreutils issue https://github.com/quickemu-project/quickemu/issues/1529 patch do - url "https://raw.githubusercontent.com/Glydric/homebrew-quickemu/refs/heads/master/Formula/patch_coreutils.diff" + url "https://raw.githubusercontent.com/quickemu-project/quickemu/refs/heads/master/Formula/patch_coreutils.diff" sha256 "2d4a6820cc76d5a20cfdda09cf3d4b720055aae1579b4803dc4fa8f024058db9" end diff --git a/Formula/quickemu_dev.rb b/Formula/quickemu_dev.rb index c172af7..3ecf4cd 100644 --- a/Formula/quickemu_dev.rb +++ b/Formula/quickemu_dev.rb @@ -19,7 +19,7 @@ class QuickemuDev < Formula # patching for coreutils issue https://github.com/quickemu-project/quickemu/issues/1529 patch do - url "https://raw.githubusercontent.com/Glydric/homebrew-quickemu/refs/heads/master/Formula/patch_coreutils.diff" + url "https://raw.githubusercontent.com/quickemu-project/quickemu/refs/heads/master/Formula/patch_coreutils.diff" sha256 "2d4a6820cc76d5a20cfdda09cf3d4b720055aae1579b4803dc4fa8f024058db9" end