We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b342a commit 1051347Copy full SHA for 1051347
Casks/softu2f.rb
@@ -1,6 +1,6 @@
1
cask 'softu2f' do
2
- version '0.0.19'
3
- sha256 'a70e41c69acab59fdac6c03aab70675177f94db31069a5b15166f067e23db97f'
+ version '0.0.20'
+ sha256 '6bd4ce9e88102660cef01bd7bc49e4a07c08e29d6367ce209a7eccc5bb8fb5c9'
4
5
url "https://github.com/github/SoftU2F/releases/download/#{version}/SoftU2F.pkg"
6
appcast 'https://github.com/github/SoftU2F/releases.atom'
@@ -13,5 +13,6 @@
13
14
uninstall launchctl: 'com.github.SoftU2F',
15
kext: 'com.github.SoftU2FDriver',
16
- pkgutil: 'com.GitHub.SoftU2F'
+ pkgutil: 'com.GitHub.SoftU2F',
17
+ delete: '/Applications/SoftU2F.app'
18
end
0 commit comments