Skip to content

Commit

Permalink
Merge pull request #180533 from Homebrew/bump-lycheeslicer-6.2.0
Browse files Browse the repository at this point in the history
lycheeslicer 6.2.0
  • Loading branch information
chenrui333 committed Jul 24, 2024
2 parents 73c3721 + 34b10d1 commit 354a5ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Casks/l/lycheeslicer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "lycheeslicer" do
version "6.0.2"
sha256 "f2d8fe2d30304a377824cb3b5a50896badf285e66d126ac613085b22292a417f"
version "6.2.0"
sha256 "64492589499da04a19d120add0381e6b05c4a3b815d60771d00a0423fb50f61a"

url "https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-#{version}.dmg",
verified: "mango-lychee.nyc3.cdn.digitaloceanspaces.com/"
Expand All @@ -9,10 +9,12 @@
homepage "https://mango3d.io/"

livecheck do
url "https://mango3d.io/downloads/"
regex(/version:\s*v?(\d+(?:\.\d+)+)/i)
url "https://mango-lychee.nyc3.digitaloceanspaces.com/latest.yml"
strategy :electron_builder
end

depends_on macos: ">= :el_capitan"

app "LycheeSlicer.app"

zap trash: [
Expand Down

0 comments on commit 354a5ab

Please sign in to comment.