Skip to content

Commit

Permalink
fix github archive urls
Browse files Browse the repository at this point in the history
  • Loading branch information
stek29 committed Mar 6, 2024
1 parent 493e40b commit 48c1133
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Formula/fsmon.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Fsmon < Formula
desc "FileSystem events monitor"
homepage "https://github.com/nowsecure/fsmon"
url "https://github.com/nowsecure/fsmon/archive/1.8.5.tar.gz"
url "https://github.com/nowsecure/fsmon/archive/refs/tags/1.8.5.tar.gz"
sha256 "eb99cfb242bea9fc5bde66e67f4324bd71100d17b1672e4e52db14b9a5e2900a"
license "MIT"
head "https://github.com/nowsecure/fsmon.git", branch: "master"
Expand Down
2 changes: 1 addition & 1 deletion Formula/iokit-utils.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class IokitUtils < Formula
desc "Little dev tools for probing IOKit"
homepage "https://github.com/Siguza/iokit-utils"
url "https://github.com/Siguza/iokit-utils/archive/1.4.0.tar.gz"
url "https://github.com/Siguza/iokit-utils/archive/refs/tags/1.4.0.tar.gz"
sha256 "076731d902717cf60a9c8b1b2a176a0ee0caf96354219f509bdd8675200231c4"
license "MPL-2.0-no-copyleft-exception"
head "https://github.com/Siguza/iokit-utils.git", branch: "master"
Expand Down
2 changes: 1 addition & 1 deletion Formula/iometa.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Iometa < Formula
desc "Extracts C++ class runtime information from arm64 Darwin kernel"
homepage "https://github.com/Siguza/iometa"
url "https://github.com/Siguza/iometa/archive/1.6.6.tar.gz"
url "https://github.com/Siguza/iometa/archive/refs/tags/1.6.6.tar.gz"
sha256 "147c88729d897e78688ab969ffb009426d9f1e21895bab6e4e54baed4699dd30"
license "MPL-2.0-no-copyleft-exception"
head "https://github.com/Siguza/iometa.git", branch: "master"
Expand Down
2 changes: 1 addition & 1 deletion Formula/ios-kern-utils.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class IosKernUtils < Formula
desc "iOS Kernel utilities"
homepage "https://github.com/Siguza/ios-kern-utils"
url "https://github.com/Siguza/ios-kern-utils/archive/1.4.1.tar.gz"
url "https://github.com/Siguza/ios-kern-utils/archive/refs/tags/1.4.1.tar.gz"
sha256 "24cf9d393d94cdd351691ed1f062bb02af6d0853783b762546ab89b4e29a156a"
license "MIT"
head "https://github.com/Siguza/ios-kern-utils.git", branch: "master"
Expand Down

0 comments on commit 48c1133

Please sign in to comment.