Files
homebrew-cask/Casks/d/deviceinfo.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

19 lines
449 B
Ruby

cask "deviceinfo" do
version "1.0"
sha256 "0387e3d5a12027d807bc8e84d11c8ae062fef56ca1bbcbba65e0ecc83989ed5e"
url "https://github.com/CoreNion/DeviceInfo/releases/download/v#{version}/DeviceInfo.dmg"
name "DeviceInfo"
desc "Display device information"
homepage "https://github.com/CoreNion/DeviceInfo/"
livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
depends_on macos: ">= :sierra"
app "DeviceInfo.app"
end