Files
homebrew-cask/Casks/n/notedup.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
538 B
Ruby

cask "notedup" do
version "2014031401"
sha256 "827eb67e58fa6e529bb54c934d7cd21f46c6ba1e8efaedeeb996cae9f333c973"
url "https://github.com/ppyyf/notedup-bin/blob/master/#{version}/NoteDup_Mac_#{version}.zip?raw=true",
verified: "github.com/ppyyf/notedup-bin/"
name "NoteDup"
desc "Transfer data from Evernote International to Evernote"
homepage "https://appcenter.yinxiang.com/app/notedup/mac/"
livecheck do
url :homepage
regex(/href=.*?NoteDup_Mac[._-]v?(\d+(?:\.\d+)*)\.zip/i)
end
app "NoteDup.app"
end