Skip to content

Commit

Permalink
guile-oauth: update to version 1.0.0
Browse files Browse the repository at this point in the history
Closes #20.

Signed-off-by: Aleix Conchillo Flaqué <[email protected]>
  • Loading branch information
aconchillo committed Feb 19, 2021
1 parent 56db1e9 commit 9e32214
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/guile-oauth.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GuileOauth < Formula
desc "OAuth module for Guile"
homepage "https://github.com/aconchillo/guile-oauth"
url "https://download.savannah.gnu.org/releases/guile-oauth/guile-oauth-0.5.0.tar.gz"
sha256 "03db9bbe7248e147dde31b54adb4ddbd314f8ebe370e5dfd0ab7790397dc0a27"
url "https://download.savannah.gnu.org/releases/guile-oauth/guile-oauth-1.0.0.tar.gz"
sha256 "132f51fd4c72f756545c23b3db25c59bb45621038decf335f152cdc52e51c1c2"

bottle do
root_url "https://github.com/aconchillo/homebrew-guile/releases/download/guile-oauth-0.5.0"
Expand All @@ -16,6 +16,7 @@ class GuileOauth < Formula
depends_on "gnutls"
depends_on "guile"
depends_on "guile-gcrypt"
depends_on "guile-json"

def install
ENV["GUILE_AUTO_COMPILE"] = "0"
Expand All @@ -42,7 +43,7 @@ def caveats
test do
oauth = testpath/"oauth.scm"
oauth.write <<~EOS
(use-modules (oauth oauth1))
(use-modules (oauth oauth1) (oauth oauth2))
EOS

ENV["GUILE_AUTO_COMPILE"] = "0"
Expand Down

0 comments on commit 9e32214

Please sign in to comment.