Update ultimaker-cura from 4.10.0 to 4.11.0 (#111114)

* Update ultimaker-cura from 4.10.0 to 4.11.0

* Update url, homepage, livecheck
This commit is contained in:
Bevan Kay 2021-09-09 11:35:06 +10:00 committed by GitHub
parent 72f23f81ac
commit 0fe46337ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
cask "ultimaker-cura" do
version "4.10.0"
sha256 "820eb00d9f74de4f0f47555223ff08bb09ee6b6fe21d146112e7facbf32601c7"
version "4.11.0"
sha256 "301b709643e3816c71445af1263855ba8fa45d4c583cebcf039be2f9150c7c89"
url "https://github.com/Ultimaker/Cura/releases/download/#{version}/Ultimaker_Cura-#{version}-Darwin.dmg",
verified: "https://github.com/Ultimaker/Cura"
url "https://github.com/Ultimaker/Cura/releases/download/#{version}/Ultimaker_Cura-#{version}.dmg",
verified: "github.com/Ultimaker/Cura/"
name "Ultimaker Cura"
name "Cura"
desc "3D printer and slicing GUI"
homepage "https://ultimaker.com/en/products/cura-software"
homepage "https://ultimaker.com/software/ultimaker-cura"
livecheck do
url "https://github.com/Ultimaker/Cura"
url :url
strategy :github_latest
end