Skip to content

Commit

Permalink
lightburn: update url and livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Aug 28, 2024
1 parent da92083 commit 1d0c80c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Casks/l/lightburn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
version "1.6.03"
sha256 "98342ed9285ca2e5007c634c11ef7d5a14dc10714f8c4dbbd58fc1fc245a9b93"

url "https://github.com/LightBurnSoftware/deployment/releases/download/#{version}/LightBurn.V#{version}.dmg",
verified: "github.com/LightBurnSoftware/deployment/"
url "https://release.lightburnsoftware.com/LightBurn/Release/LightBurn-v#{version}/LightBurn.V#{version}.dmg"
name "LightBurn"
desc "Layout, editing, and control software for laser cutters"
homepage "https://lightburnsoftware.com/"

livecheck do
url "https://release.lightburnsoftware.com/LightBurn/Release/latest/"
regex(/href=.*?LightBurn[._-]V?(\d+(?:\.\d+)+)\.dmg/i)
end

app "LightBurn.app"

zap trash: [
Expand Down

0 comments on commit 1d0c80c

Please sign in to comment.