Skip to content

Commit 9003990

Browse files
authored
Revert "Update softu2f from 0.0.19 to 0.0.20" (#77982)
* Revert "Update softu2f from 0.0.19 to 0.0.20 (#77661)" This reverts commit 1051347. * Update softu2f.rb
1 parent b3f2243 commit 9003990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Casks/softu2f.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cask 'softu2f' do
2-
version '0.0.20'
3-
sha256 '6bd4ce9e88102660cef01bd7bc49e4a07c08e29d6367ce209a7eccc5bb8fb5c9'
2+
version '0.0.19'
3+
sha256 'a70e41c69acab59fdac6c03aab70675177f94db31069a5b15166f067e23db97f'
44

55
url "https://github.com/github/SoftU2F/releases/download/#{version}/SoftU2F.pkg"
66
appcast 'https://github.com/github/SoftU2F/releases.atom'
@@ -13,6 +13,6 @@
1313

1414
uninstall launchctl: 'com.github.SoftU2F',
1515
kext: 'com.github.SoftU2FDriver',
16-
pkgutil: 'com.GitHub.SoftU2F',
17-
delete: '/Applications/SoftU2F.app'
16+
delete: '/Applications/SoftU2F.app',
17+
pkgutil: 'com.GitHub.SoftU2F'
1818
end

0 commit comments

Comments
 (0)