mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update PDFSam to 3.1.0 & fix the relative app path inside bundle. (#23106)
This commit is contained in:
committed by
Michael Ford
parent
2aee421336
commit
0d96418ddd
@@ -1,14 +1,14 @@
|
||||
cask 'pdfsam-basic' do
|
||||
version '3.0.3'
|
||||
sha256 '530ba53b4564a4fdabd0daa5a2460e5f6e0440dea3ecfdaf53862a5d836522bf'
|
||||
version '3.1.0'
|
||||
sha256 'ccb2a8dfe6509111b66d89cfd6c0404f6d674f5e6e319a732adbaae7957b6daf'
|
||||
|
||||
# github.com/torakiki/pdfsam was verified as official when first introduced to the cask
|
||||
url "https://github.com/torakiki/pdfsam/releases/download/v#{version}.RELEASE/PDFsam-#{version}.RELEASE.dmg"
|
||||
appcast 'https://github.com/torakiki/pdfsam/releases.atom',
|
||||
checkpoint: '924e4f22ae9d8927fcca455b8378640202fe4ad0689999dff51a2464478365ac'
|
||||
checkpoint: '021f6c12c7e670d77fcd1497a728c8703fe069af99ecd3ce8cecdd0aba82e22a'
|
||||
name 'PDFsam Basic'
|
||||
homepage 'http://www.pdfsam.org/'
|
||||
license :gpl
|
||||
|
||||
app "PDFsam Basic #{version}.app"
|
||||
app 'PDFsam.app'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user