Skip to content

Commit

Permalink
brew audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerloop committed Aug 1, 2023
1 parent c704b7f commit 6b815c1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Casks/letsview.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "letsview" do
version "1.1.0"
sha256 "00d361fc438059d171ea6c00a271ada3f2eaac5a22153a9e61cce53f25c96599"
sha256 :no_check

url "https://download.aoscdn.com/down.php?softid=letsview", user_agent: "Macintosh",
verified: "download.aoscdn.com/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/nomad-login-ad.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "nomad-login-ad" do
version "1.4.0"
sha256 "d2077061271399252473350671afcc96b86658a629cca3dba9ab6301d1fede8b"
sha256 :no_check

url "https://files.nomad.menu/NoMAD-Login-AD.pkg"
name "NoMAD Login AD"
Expand Down
3 changes: 2 additions & 1 deletion Casks/synology-ds-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
version "1.4.2"
sha256 "bf851adbca4f1864cd914a52d3323f96ba3d9065cba29a39224d707736e97510"

url "https://github.com/nicerloop/SynologyDSManager/releases/download/#{version}/SynologyDSManager-#{version}.zip"
url "https://github.com/nicerloop/SynologyDSManager/releases/download/#{version}/SynologyDSManager-#{version}.zip",
verified: "github.com/nicerloop/SynologyDSManager/"
name "Synology DS Manager"
desc "Synology Download Station application and Safari Extension"
homepage "https://web.archive.org/web/20220812025146/https://swiftapps.skavans.ru/synology-ds-manager-mac/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/tccplus-gui.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "tccplus-gui" do
version "1.0"
sha256 "aae808c90f4137ff81be2feebcad5cf391928e6c699afca4bfe47a299da44664"
sha256 :no_check

url "https://github.com/plessbd/tccplus/releases/download/1.0/tccplus.app.zip"
name "tccplus"
Expand Down
3 changes: 2 additions & 1 deletion Casks/webarchiveextractor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
version "1.1"
sha256 "6af8a053512de058643462fea10ddc6d7ef729d862eb3552cd6c295e248e9fde"

url "https://github.com/robrohan/WebArchiveExtractor/releases/download/v#{version}/WebArchiveExtractor.tar.zip"
url "https://github.com/robrohan/WebArchiveExtractor/releases/download/v#{version}/WebArchiveExtractor.tar.zip",
verified: "github.com/robrohan/WebArchiveExtractor/"
name "WebArchiveExtractor"
desc "Utility to un-archive .webarchive files (like when saving from Safari)"
homepage "http://robrohan.github.io/WebArchiveExtractor/"
Expand Down

0 comments on commit 6b815c1

Please sign in to comment.