synology-photo-station-uploader.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:19:38 -05:00
parent a7504b4b9e
commit 62f63a0bb0
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ cask 'synology-photo-station-uploader' do
version '1.3-056'
sha256 '515c01378d6cb660788c03a93be2bd509d977024184e9adbdb8414e6ad5c6bb9'
url "https://global.download.synology.com/download/Tools/PhotoStationUploader/#{version}/Mac/PhotoStationUploader-#{version.sub(%r{.*-},'')}-Mac-Installer.dmg"
url "https://global.download.synology.com/download/Tools/PhotoStationUploader/#{version}/Mac/PhotoStationUploader-#{version.sub(%r{.*-}, '')}-Mac-Installer.dmg"
name 'Synology Photo Station Uploader'
homepage 'https://www.synology.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg "PhotoStationUploader-#{version.sub(%r{.*-},'')}-Mac-Installer.pkg"
pkg "PhotoStationUploader-#{version.sub(%r{.*-}, '')}-Mac-Installer.pkg"
uninstall :pkgutil => 'com.synology.photostationuploader.installer'
end