Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
guidev committed Apr 13, 2024
1 parent a261e82 commit 7effbab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/spm-check-updates.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class SpmCheckUpdates < Formula
desc "spm-check-updates shows if there are new versions available for SPM (Swift Package Manager) dependencies used in a Xcode project on in another Package.swift."
desc "Check for new versions of SPM dependencies in Xcode or Package.swift"
homepage "https://github.com/gorillatech/spm-check-updates"
url "https://github.com/gorillatech/spm-check-updates/archive/refs/tags/0.1.5.zip"
sha256 "22963d1f878af4f3a28d1c21ee2e3b8192af9528496804be1cf1b7ff8bf3f45a"
url "https://github.com/gorillatech/spm-check-updates/archive/refs/tags/0.1.6.tar.gz"
sha256 "3e7249d9f3299e3fbd7c3476b7060380a4d7c2f5943afedbc34d98455b568f79"
license "MIT"

def install
system "make", "install", "prefix=#{prefix}"
end
Expand Down

0 comments on commit 7effbab

Please sign in to comment.