mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
420 B
Ruby
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
|