Skip to content

Commit

Permalink
Merge branch 'master' into feat/gitlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 8, 2024
2 parents 1724316 + 0272010 commit c2c2e1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
10 changes: 1 addition & 9 deletions Casks/l/lando.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@
desc "Local development environment and DevOps tool built on Docker"
homepage "https://lando.dev/"

# Upstream doesn't label all unstable releases (e.g. alpha, beta, rc) as
# pre-release on GitHub, so the "latest" release is sometimes an unstable
# version. Until this changes we have to use the `GithubReleases` strategy
# with a regex to only match stable versions.
livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
strategy :github_releases
end
deprecate! date: "2024-09-07", because: "no longer distributing an install package"

conflicts_with cask: "lando@edge"
depends_on cask: "docker"
Expand Down
5 changes: 1 addition & 4 deletions Casks/l/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
desc "Local development environment and DevOps tool built on Docker"
homepage "https://docs.lando.dev/"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
deprecate! date: "2024-09-07", because: "no longer distributing an install package"

conflicts_with cask: "lando"
depends_on cask: "docker"
Expand Down
4 changes: 2 additions & 2 deletions Casks/r/rio.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "rio" do
version "0.1.11"
sha256 "df18b72ce6ae94aa85c3618a396c153adb9c1236c5331f189e1ae7ec375b84f5"
version "0.1.12"
sha256 "5e7f5b5365212d05e310d3b9264e5ba75c8b4614851060e569a4d3b30ecc840b"

url "https://github.com/raphamorim/rio/releases/download/v#{version}/Rio-v#{version}.dmg"
name "Rio"
Expand Down

0 comments on commit c2c2e1b

Please sign in to comment.