Skip to content

Instantly share code, notes, and snippets.

@yurikoles
Created April 27, 2016 14:55
Show Gist options
  • Save yurikoles/c5c9cf6f0a9df61d54c05f266dbf65ad to your computer and use it in GitHub Desktop.
Save yurikoles/c5c9cf6f0a9df61d54c05f266dbf65ad to your computer and use it in GitHub Desktop.
cask-repair -l origin -p yurikoles tuxera-ntfs
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cask 'tuxera-ntfs' do
version :latest
sha256 :no_check
url 'https://www.tuxera.com/mac/tuxerantfs_2015.1.dmg'
name 'Tuxera NTFS'
homepage 'https://www.tuxera.com/products/tuxera-ntfs-for-mac/'
license :closed
pkg '.packages/Flat/Install Tuxera NTFS.mpkg'
uninstall pkgutil: [
'com.tuxera.pkg.Tuxera_NTFS',
'com.tuxera.pkg.Tuxera_NTFS_compat',
]
end
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Type the new version (or leave blank to use the current one)
> 2015.3
Paste the new URL (or leave blank to use the current one)
> https://www.tuxera.com/mac/tuxerantfs_#{version}.dmg
==> Downloading external files for Cask ./tuxera-ntfs.rb
==> Downloading https://www.tuxera.com/mac/tuxerantfs_2015.3.dmg
######################################################################## 100,0%
==> No checksum defined for Cask tuxera-ntfs, skipping verification
==> Success! Downloaded to -> /Library/Caches/Homebrew/tuxera-ntfs-2015.3.dmg
diff --git a/Casks/tuxera-ntfs.rb b/Casks/tuxera-ntfs.rb
index dcc37f5..d7ccd16 100644
--- a/Casks/tuxera-ntfs.rb
+++ b/Casks/tuxera-ntfs.rb
@@ -1,8 +1,8 @@
cask 'tuxera-ntfs' do
- version :latest
- sha256 :no_check
+ version '2015.3'
+ sha256 'a263f405f8f3a7950e6c29e8d0ac511823a8b2e58f76211190ec179fbd62947a'
- url 'https://www.tuxera.com/mac/tuxerantfs_2015.1.dmg'
+ url "https://www.tuxera.com/mac/tuxerantfs_#{version}.dmg"
name 'Tuxera NTFS'
homepage 'https://www.tuxera.com/products/tuxera-ntfs-for-mac/'
license :closed
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Is everything correct? You can also make further manual edits (y/n/e) y
Submitting…
Error creating pull request: Unprocessable Entity (HTTP 422)
Missing field: "head_sha"
Missing field: "base_sha"
No commits between master and cask-repair_update-tuxera-ntfs
Error creating pull request: Unprocessable Entity (HTTP 422)
Missing field: "head_sha"
Missing field: "base_sha"
No commits between master and cask-repair_update-tuxera-ntfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment