Add Scrapp.app v1.6 (#95619)

* Add Scrapp.app v1.6

Scrapp is a screenshot making app for macOS with 1GB free cloud storage, with descriptions and tags.

* Update scrapp.rb

* Update scrapp.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Daniel Verdugo Nosov 2020-12-18 11:28:57 +03:00 committed by GitHub
parent 503e655490
commit caf689f840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
Casks/scrapp.rb Normal file
View File

@ -0,0 +1,18 @@
cask "scrapp" do
version "1.6"
sha256 "fdc29a6f404d88b17cc73c2bccb0bde782be1f86d8d165d3f9b4c3b83f6fdf61"
url "https://scrap.blob.core.windows.net/download/#{version}/Scrapp.zip",
verified: "scrap.blob.core.windows.net/"
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://scrapp.me/download/mac"
name "Scrapp"
desc "Screenshot tool with cloud storage"
homepage "https://scrapp.me/"
app "Scrapp.app"
zap trash: [
"~/Library/Application Support/com.noArt.Scrapp",
"~/Library/Caches/com.noArt.Scrapp",
]
end