Skip to content

Commit

Permalink
update nx-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Aug 3, 2023
1 parent 00a1ad1 commit f4242a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/nx-studio.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cask "nx-studio" do
version "1.4.0"
sha256 "3445f037543ad1e4e64c30d93bfe9511d2cd97aba81403eb9c40aa72bee08c7a"
version "1.4.1"
sha256 "b8f6ab645808dcbbd9a841d5d0c02f5bb8374b988ef1a2169dcf8c90670e93ae"

url do
require "open-uri"
URI("https://downloadcenter.nikonimglib.com/en/download/sw/242.html").open do |landing_page|
URI("https://downloadcenter.nikonimglib.com/en/download/sw/243.html").open do |landing_page|
content = landing_page.read
content.scan(/id="for64".*href="(.*)".*\.dmg/m)
.flatten
Expand Down

0 comments on commit f4242a4

Please sign in to comment.