From ad427fb36034fe4a75bd40a84810962dde195bab Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 3 Nov 2023 09:53:20 -0400 Subject: [PATCH 1/2] gpsim 0.32.1 Signed-off-by: Rui Chen --- Formula/g/gpsim.rb | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/Formula/g/gpsim.rb b/Formula/g/gpsim.rb index 8044778ec0fad..c89e702c82500 100644 --- a/Formula/g/gpsim.rb +++ b/Formula/g/gpsim.rb @@ -1,8 +1,8 @@ class Gpsim < Formula desc "Simulator for Microchip's PIC microcontrollers" homepage "https://gpsim.sourceforge.net/" - url "https://downloads.sourceforge.net/project/gpsim/gpsim/0.32.0/gpsim-0.32.0.tar.gz" - sha256 "8ef4fb64c993b205d943b300fb9dcb8cc0c4c9d0e8d8d47fdc088fe9c3c42468" + url "https://downloads.sourceforge.net/project/gpsim/gpsim/0.32.0/gpsim-0.32.1.tar.gz" + sha256 "c704d923ae771fabb7f63775a564dfefd7018a79c914671c4477854420b32e69" license "GPL-2.0-or-later" head "https://svn.code.sf.net/p/gpsim/code/trunk" @@ -25,9 +25,6 @@ class Gpsim < Formula depends_on "popt" depends_on "readline" - # upstream bug report, https://sourceforge.net/p/gpsim/bugs/286/ - patch :DATA - def install ENV.cxx11 @@ -42,28 +39,3 @@ def install system "#{bin}/gpsim", "--version" end end - -__END__ -diff --git a/doc/Makefile.am b/doc/Makefile.am -index 69b3f13..f9c5dc4 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -1,6 +1,3 @@ -- --SUBDIRS=gpsim.html.LyXconv -- - all: gpsim.ps gpsim.pdf - - gpsim.ps: gpsim.lyx -diff --git a/doc/Makefile.in b/doc/Makefile.in -index 2d7a0e8..cd72080 100644 ---- a/doc/Makefile.in -+++ b/doc/Makefile.in -@@ -330,7 +330,6 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = gpsim.html.LyXconv - EXTRA_DIST = \ - screenshots/breadboard.png \ - screenshots/registerview.png \ From 292d294b4c288cea8a661bc70ad6598d4006a7a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:20:38 +0000 Subject: [PATCH 2/2] gpsim: update 0.32.1 bottle. --- Formula/g/gpsim.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/g/gpsim.rb b/Formula/g/gpsim.rb index c89e702c82500..cbd1e8cb80082 100644 --- a/Formula/g/gpsim.rb +++ b/Formula/g/gpsim.rb @@ -12,10 +12,10 @@ class Gpsim < Formula end bottle do - sha256 cellar: :any, arm64_sonoma: "47237c675e0d58452a5af3af244b6184cadedb63301c838af1c37fadcf6acca3" - sha256 cellar: :any, sonoma: "f97272437dba25f87e9572fb5fb727340f6d07f2876133aa8628f8c3357447c5" - sha256 cellar: :any, monterey: "2e5195547b9d5783ed68956e0c158d0f9de968da495b0cecf18b76d787746638" - sha256 cellar: :any_skip_relocation, x86_64_linux: "edbf0180a035cb6d807a858c590176a01d169d0d0fe84dd6b24505ad05433b18" + sha256 cellar: :any, arm64_sonoma: "fa23f8c80ac0345a2f22b8ea0ba306c915947df7eac7ace8cbd14e1eff4a6b9c" + sha256 cellar: :any, sonoma: "2981d50ca8314999f1aed8b224da83e52b74d013fc6dd3c5ff9d14fa98fe482c" + sha256 cellar: :any, monterey: "82ed0708bc543e6a067d5b23647de05de60c2abf4c4851adcb9c7f58d2f60b43" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed7b77aad09ad8845ef7b7f7481c8d480e65f69eb92715b0045d9c8d80ac5c27" end depends_on "gputils" => :build