Skip to content

Commit

Permalink
chibi-scheme: use tarball with stable hash
Browse files Browse the repository at this point in the history
  • Loading branch information
lassik committed Oct 28, 2024
1 parent 6d85f34 commit 81e2c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/c/chibi-scheme.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class ChibiScheme < Formula
desc "Small footprint Scheme for use as a C Extension Language"
homepage "https://github.com/ashinn/chibi-scheme"
url "https://github.com/ashinn/chibi-scheme/archive/refs/tags/0.11.tar.gz"
sha256 "b4404d5304b51b243684702fa7b5f2d82f77cb7ef470bcfca1d94f8ed7660342"
url "http://synthcode.com/scheme/chibi/chibi-scheme-0.11.0.tgz"
sha256 "74d4edd9a904e30da7b4defe4c0d7aac63c5254e64869935f5de86acf59db6b2"
license "BSD-3-Clause"
head "https://github.com/ashinn/chibi-scheme.git", branch: "master"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
url "https://synthcode.com/wiki/chibi-scheme"
regex(/chibi-scheme-(\d+(?:\.\d+)+)/i)
end

bottle do
Expand Down

0 comments on commit 81e2c6b

Please sign in to comment.