Files
homebrew-cask/Casks/a/airunlock.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
446 B
Ruby

cask "airunlock" do
version "0.4"
sha256 "85f4aee6bc67f6b7c0d01ab36e50a117690574c0e31b210aa3f80931269bf170"
url "https://github.com/pinetum/AirUnlock-for-Mac/releases/download/#{version}/AirUnlock_mac_#{version}.zip"
name "AirUnlock"
desc "Tool to lock or unlock the macbook using an Android phone via Bluetooth"
homepage "https://github.com/pinetum/AirUnlock-for-Mac"
app "AirUnlock.app"
caveats do
discontinued
end
end