Skip to content

Commit

Permalink
cask: updates from homebrew/cask
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Oct 22, 2021
1 parent e9b2899 commit a9c9dc6
Show file tree
Hide file tree
Showing 14 changed files with 177 additions and 17 deletions.
41 changes: 41 additions & 0 deletions _data/cask/live-home-3d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"token": "live-home-3d",
"full_token": "live-home-3d",
"tap": "homebrew/cask",
"name": [
"Live Home 3D"
],
"desc": "Home & floorplan designer & renderer",
"homepage": "https://www.livehome3d.com/mac/live-home-3d",
"url": "https://s3.amazonaws.com/belightsoft/LiveHome3DStd.dmg",
"appcast": null,
"version": "4.1.3",
"versions": {
},
"installed": null,
"outdated": false,
"sha256": "no_check",
"artifacts": [
[
"Live Home 3D.app"
],
{
"trash": [
"~/Library/Application Scripts/com.belightsoft.LiveHome3D.ThumbnailProvider",
"~/Library/Application Support/Live Home 3D",
"~/Library/Caches/com.belightsoft.LiveHome3D",
"~/Library/Containers/com.belightsoft.LiveHome3D.ThumbnailProvider",
"~/Library/Preferences/com.belightsoft.LiveHome3D.plist",
"~/Library/Saved Application State/com.belightsoft.LiveHome3D.savedState"
],
"signal": {
}
}
],
"caveats": null,
"depends_on": {
},
"conflicts_with": null,
"container": null,
"auto_updates": null
}
6 changes: 3 additions & 3 deletions _data/cask/maestral.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
],
"desc": "Open-source Dropbox client",
"homepage": "https://maestral.app/",
"url": "https://github.com/SamSchott/maestral/releases/download/v1.5.0/Maestral-1.5.0.dmg",
"url": "https://github.com/SamSchott/maestral/releases/download/v1.5.1/Maestral-1.5.1.dmg",
"appcast": null,
"version": "1.5.0",
"version": "1.5.1",
"versions": {
},
"installed": null,
"outdated": false,
"sha256": "e1d234210d7728177f1f8e8d3c85bc488177c950877a6808c25aff3678b13d11",
"sha256": "b6403e1da9e6499730d0652adde94e3e9a9381b351046eaefdc8d3dba21f2e1d",
"artifacts": [
[
"Maestral.app"
Expand Down
52 changes: 52 additions & 0 deletions _data/cask/sonic3air.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"token": "sonic3air",
"full_token": "sonic3air",
"tap": "homebrew/cask",
"name": [
"Sonic 3 A.I.R."
],
"desc": "Reimplementation of Sonic 3 & Knuckles (requires original game)",
"homepage": "https://sonic3air.org/",
"url": "https://projects.sappharad.com/s3air_mac/sonic3air_mac_210928.dmg",
"appcast": null,
"version": "21.09.28.0",
"versions": {
},
"installed": null,
"outdated": false,
"sha256": "689c7de10c6a6f4c795902e470e63f3e49017970387d34ca932a66b33e1ee79c",
"artifacts": [
[
"Sonic 3 AIR.app"
],
[
"Manual.pdf",
{
"target": "$HOME/Library/Application Support/sonic3air/Manual.pdf"
}
],
[
"doc",
{
"target": "$HOME/Library/Application Support/sonic3air/doc"
}
],
[
"bonus",
{
"target": "$HOME/Library/Application Support/sonic3air/bonus"
}
],
{
"trash": "~/Library/Application Support/sonic3air",
"signal": {
}
}
],
"caveats": null,
"depends_on": {
},
"conflicts_with": null,
"container": null,
"auto_updates": null
}
8 changes: 4 additions & 4 deletions _data/cask/sqleditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"name": [
"SQLEditor"
],
"desc": null,
"desc": "SQL database design tool",
"homepage": "https://www.malcolmhardie.com/sqleditor/",
"url": "https://www.malcolmhardie.com/sqleditor/releases/3.7.4/SQLEditor-3-7-4.zip",
"url": "https://www.malcolmhardie.com/sqleditor/releases/3.7.7/SQLEditor-3-7-7.zip",
"appcast": null,
"version": "3.7.4,10817",
"version": "3.7.7,10868",
"versions": {
},
"installed": null,
"outdated": false,
"sha256": "9510647a7ca994d84af2060591b0f8414051312ca3888cc116ec6efa43a14bee",
"sha256": "a3a9971413e74091aafce45d7e054a8e70f692d5731acfc8cd585ca34dc97ead",
"artifacts": [
[
"SQLEditor.app"
Expand Down
6 changes: 3 additions & 3 deletions _data/cask/vnc-viewer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
],
"desc": "Remote desktop application focusing on security",
"homepage": "https://www.realvnc.com/",
"url": "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.21.406-MacOSX-x86_64.dmg",
"url": "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.21.920-MacOSX-x86_64.dmg",
"appcast": null,
"version": "6.21.406",
"version": "6.21.920",
"versions": {
},
"installed": null,
"outdated": false,
"sha256": "613e67e87632ae1fa266e72d051fdbf77a32fe2e3d29e372bbf00c6159a35dd2",
"sha256": "9009c37ada8b51f92358e6aec97ea756e8415046c6272642dd1ff9f742e0788d",
"artifacts": [
[
"VNC Viewer.app"
Expand Down
26 changes: 26 additions & 0 deletions api/cask-source/live-home-3d.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "live-home-3d" do
version "4.1.3"
sha256 :no_check

url "https://s3.amazonaws.com/belightsoft/LiveHome3DStd.dmg",
verified: "s3.amazonaws.com/belightsoft/"
name "Live Home 3D"
desc "Home & floorplan designer & renderer"
homepage "https://www.livehome3d.com/mac/live-home-3d"

livecheck do
url "https://www.belightsoft.com/download/updates/appcast_lh3d.xml"
strategy :sparkle, &:short_version
end

app "Live Home 3D.app"

zap trash: [
"~/Library/Application Scripts/com.belightsoft.LiveHome3D.ThumbnailProvider",
"~/Library/Application Support/Live Home 3D",
"~/Library/Caches/com.belightsoft.LiveHome3D",
"~/Library/Containers/com.belightsoft.LiveHome3D.ThumbnailProvider",
"~/Library/Preferences/com.belightsoft.LiveHome3D.plist",
"~/Library/Saved Application State/com.belightsoft.LiveHome3D.savedState",
]
end
6 changes: 3 additions & 3 deletions api/cask-source/maestral.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "maestral" do
version "1.5.0"
sha256 "e1d234210d7728177f1f8e8d3c85bc488177c950877a6808c25aff3678b13d11"
version "1.5.1"
sha256 "b6403e1da9e6499730d0652adde94e3e9a9381b351046eaefdc8d3dba21f2e1d"

url "https://github.com/SamSchott/maestral/releases/download/v#{version}/Maestral-#{version}.dmg",
verified: "github.com/SamSchott/maestral"
verified: "github.com/SamSchott/maestral/"
name "Maestral"
desc "Open-source Dropbox client"
homepage "https://maestral.app/"
Expand Down
22 changes: 22 additions & 0 deletions api/cask-source/sonic3air.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask "sonic3air" do
version "21.09.28.0"
sha256 "689c7de10c6a6f4c795902e470e63f3e49017970387d34ca932a66b33e1ee79c"

url "https://projects.sappharad.com/s3air_mac/sonic3air_mac_#{version.major_minor_patch.no_dots}.dmg",
verified: "projects.sappharad.com/s3air_mac/"
name "Sonic 3 A.I.R."
desc "Reimplementation of Sonic 3 & Knuckles (requires original game)"
homepage "https://sonic3air.org/"

livecheck do
url "https://projects.sappharad.com/s3air_mac/changelog_mac.txt"
regex(/v(\d+(?:\.\d+)*)/i)
end

app "Sonic 3 AIR.app"
artifact "Manual.pdf", target: "#{ENV["HOME"]}/Library/Application Support/sonic3air/Manual.pdf"
artifact "doc", target: "#{ENV["HOME"]}/Library/Application Support/sonic3air/doc"
artifact "bonus", target: "#{ENV["HOME"]}/Library/Application Support/sonic3air/bonus"

zap trash: "~/Library/Application Support/sonic3air"
end
5 changes: 3 additions & 2 deletions api/cask-source/sqleditor.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
cask "sqleditor" do
version "3.7.4,10817"
sha256 "9510647a7ca994d84af2060591b0f8414051312ca3888cc116ec6efa43a14bee"
version "3.7.7,10868"
sha256 "a3a9971413e74091aafce45d7e054a8e70f692d5731acfc8cd585ca34dc97ead"

url "https://www.malcolmhardie.com/sqleditor/releases/#{version.before_comma}/SQLEditor-#{version.before_comma.dots_to_hyphens}.zip"
name "SQLEditor"
desc "SQL database design tool"
homepage "https://www.malcolmhardie.com/sqleditor/"

livecheck do
Expand Down
4 changes: 2 additions & 2 deletions api/cask-source/vnc-viewer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "vnc-viewer" do
version "6.21.406"
sha256 "613e67e87632ae1fa266e72d051fdbf77a32fe2e3d29e372bbf00c6159a35dd2"
version "6.21.920"
sha256 "9009c37ada8b51f92358e6aec97ea756e8415046c6272642dd1ff9f742e0788d"

url "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-#{version}-MacOSX-x86_64.dmg"
name "Real VNC Viewer"
Expand Down
4 changes: 4 additions & 0 deletions api/cask/live-home-3d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: cask_json
---
{{ content }}
4 changes: 4 additions & 0 deletions api/cask/sonic3air.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: cask_json
---
{{ content }}
5 changes: 5 additions & 0 deletions cask/live-home-3d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "live-home-3d"
layout: cask
---
{{ content }}
5 changes: 5 additions & 0 deletions cask/sonic3air.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "sonic3air"
layout: cask
---
{{ content }}

0 comments on commit a9c9dc6

Please sign in to comment.