Update publish-or-perish from 8.0.3590 to 8 (#141502)

* Update publish-or-perish from 8.0.3590 to 8

* Update publish-or-perish.rb

---------

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Egor Kotov 2023-02-18 13:47:05 +03:00 committed by GitHub
parent 7afbb8753e
commit 2ae4c0cc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,20 +1,20 @@
cask "publish-or-perish" do
version "8.0.3590"
version "8.8.4275.8412"
sha256 :no_check
url "https://harzing.com/download/PoP7Mac.pkg"
url "https://harzing.com/download/PoP#{version.major}Mac.pkg"
name "Harzing Publish or Perish"
desc "Retrieves and analyzes academic citations"
homepage "https://harzing.com/resources/publish-or-perish"
livecheck do
url "https://harzing.com/download/pop7mac.txt"
url "https://harzing.com/download/pop#{version.major}mac.txt"
regex(/Version=(\d+(?:\.\d+)+)/i)
end
depends_on macos: ">= :high_sierra"
pkg "PoP7Mac.pkg"
pkg "PoP#{version.major}Mac.pkg"
uninstall pkgutil: "com.tarma.popmac.pkg"