Merge pull request #164702 from krehel/deprecate-remarkable

remarkable: deprecate due to moving to app store
This commit is contained in:
Bevan Kay
2024-01-18 13:21:36 +11:00
committed by GitHub
+2 -8
View File
@@ -8,16 +8,10 @@ cask "remarkable" do
desc "View, Screen Share, organize, import, and download files to a reMarkable device"
homepage "https://remarkable.com/"
livecheck do
url "https://get-updates.cloud.remarkable.engineering/sparkle/reMarkableMacOs/Prod/appcast.xml"
regex(%r{/reMarkableMacOs/(\d+)/reMarkable[._-]v?(\d+(?:\.\d+)+)\.(.+)\.dmg}i)
strategy :page_match do |page, regex|
page.scan(regex).map { |match| "#{match.second},#{match.first},#{match.third}" }
end
end
deprecate! date: "2024-01-17", because: "has moved to the app store"
auto_updates true
depends_on macos: ">= :high_sierra"
depends_on macos: ">= :big_sur"
app "reMarkable.app"