Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gerbil-scheme 0.18.1 #156549

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gerbil-scheme: use git checkout
  • Loading branch information
SMillerDev authored Dec 6, 2023
commit f11aed77d803973b74a578050bbd51022724dd4e
4 changes: 3 additions & 1 deletion Formula/g/gerbil-scheme.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
class GerbilScheme < Formula
desc "Opinionated dialect of Scheme designed for Systems Programming"
homepage "https://cons.io"
url "https://github.com/vyzo/gerbil/archive/refs/tags/v0.18.1.tar.gz"
url "https://github.com/vyzo/gerbil.git",
tag: "v0.18.1",
revision: "23c30a6062cd7e63f9d85300ce01585bb9035d2d"
SMillerDev marked this conversation as resolved.
Show resolved Hide resolved
sha256 "3ce56daa5e8f36f08370b5a4485f54fb6e6e9b892b95d8b9904f70ad17bd4d6e"
SMillerDev marked this conversation as resolved.
Show resolved Hide resolved
license any_of: ["LGPL-2.1-or-later", "Apache-2.0"]

Expand Down
Loading