Skip to content

Commit

Permalink
wisp: new version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Mar 20, 2024
1 parent b00b862 commit a3c14fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/wisp.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class Wisp < Formula
desc "OAuth module for Guile"
homepage "https://www.draketo.de/software/wisp"
url "https://www.draketo.de/software/wisp-1.0.11.tar.gz"
sha256 "a643ef884f3cd3078c5e50f36de4c425ee7a1ca4fac73096769ebc287cb3dedd"
revision 2
url "https://www.draketo.de/software/wisp-1.0.12.tar.gz"
sha256 "1abed812c960b2f9f383b151bbd9758e6e24df56e181f00b9e04fd7b7d7c9a2e"

bottle do
root_url "https://github.com/aconchillo/homebrew-guile/releases/download/wisp-1.0.11_2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "44a495656bd9b9fb1c6857d541c4d3600f83755b709f3ea161ec5a9d580c870e"
end

depends_on "pkg-config" => :build
depends_on "python@3.11" => :build
depends_on "python@3.12" => :build
depends_on "guile"

def install
Expand Down

0 comments on commit a3c14fc

Please sign in to comment.