phinze/homebrew-cask

View on GitHub
Casks/s/shiori.rb

Summary

Maintainability
A
20 mins
Test Coverage
cask "shiori" do
  version "1.1.0"
  sha256 "0496885a3f738681184c28e61fe134621a831af3c8f457784e9da72e43eae94d"

  url "https://aki-null.net/shiori/release/Shiori_#{version}.zip"
  name "Shiori"
  desc "Pinboard and Delicious client that allows you to find and add bookmarks"
  homepage "https://aki-null.net/shiori/"

  livecheck do
    url "https://aki-null.net/shiori/appcast.xml"
    strategy :sparkle
  end

  app "Shiori.app"

  caveats do
    requires_rosetta
  end
end