Files
homebrew-cask/Casks/c/cuda-z.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

17 lines
420 B
Ruby

cask "cuda-z" do
version "0.10.251"
sha256 "552081ce1f632a72231dedeb6c3ddb02b352d0b19eea45f9ae27d930ee9d7c35"
url "https://downloads.sourceforge.net/cuda-z/CUDA-Z-#{version}.dmg"
name "CUDA-Z"
desc "Show basic information about CUDA-enabled GPUs and GPGPUs"
homepage "https://cuda-z.sourceforge.net/"
livecheck do
url :homepage
regex(/CUDA-Z-(\d+(?:\.\d+)+)\.dmg/i)
end
app "CUDA-Z.app"
end