Skip to content

Commit

Permalink
Merge pull request #156539 from p-linnane/atasm-sourceforge
Browse files Browse the repository at this point in the history
atasm: migrate to SourceForge
  • Loading branch information
chenrui333 authored Dec 6, 2023
2 parents 29402aa + 8821e84 commit 7e194d8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/a/atasm.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
class Atasm < Formula
desc "Atari MAC/65 compatible assembler for Unix"
homepage "https://atari.miribilist.com/atasm/"
url "https://atari.miribilist.com/atasm/atasm109.zip"
homepage "https://sourceforge.net/projects/atasm/"
url "https://downloads.sourceforge.net/project/atasm/atasm/atasm-1.09/atasm109.zip"
version "1.09"
sha256 "dbab21870dabdf419920fcfa4b5adfe9d38b291a60a4bc2ba824595f7fbc3ef0"
license "GPL-2.0-or-later"

livecheck do
url "https://atari.miribilist.com/atasm/VERSION.TXT"
regex(/ version (\d+(?:\.\d+)+) /i)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "727eea7c68b8de0a001e3b0937c429af8797af568433be534d74ada42a1925eb"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fab0b76cba3104965e4627681e2f5776df2337ad3300ba6acf140a0151afe237"
Expand Down

0 comments on commit 7e194d8

Please sign in to comment.