Skip to content

Commit 6e528bf

Browse files
committed
Update Respira Pulse to v1.3.2
1 parent 47fc81b commit 6e528bf

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.DS_Store

6 KB
Binary file not shown.

Casks/respira-pulse.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
cask "respira-pulse" do
2-
version "1.3.0"
2+
version "1.3.2"
33

44
if Hardware::CPU.arm?
5-
sha256 "af1551c162f41beac953ac60bfd307fd38adc4a9b0de6e775e034e6b742ba7af"
6-
url "https://github.com/webmyc/homebrew-respira-pulse/releases/download/v1.3.0/Respira-Pulse-arm64.dmg"
5+
sha256 "e85478fcc1cb69f363b06732a31fa0d72b4d22e916c7a39e9879735b380ac9e0"
6+
url "https://github.com/webmyc/homebrew-respira-pulse/releases/download/v1.3.2/Respira-Pulse-arm64.dmg"
77
else
8-
sha256 "cc4d29f1f719412c553f8130d2c3a6e3950fe4eadced55dad4b18dbc0276cd0a"
9-
url "https://github.com/webmyc/homebrew-respira-pulse/releases/download/v1.3.0/Respira-Pulse-x64.dmg"
8+
# For Intel, you'll need to build separately and update this
9+
sha256 "PLACEHOLDER_INTEL_SHA256"
10+
url "https://github.com/webmyc/homebrew-respira-pulse/releases/download/v1.3.2/Respira-Pulse-x64.dmg"
1011
end
1112

1213
name "Respira Pulse"

downloads/Respira-Pulse-arm64.dmg

-3.09 MB
Binary file not shown.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.2.3",
2+
"version": "1.3.2",
33
"download_url": "https://github.com/webmyc/homebrew-respira-pulse"
44
}

0 commit comments

Comments
 (0)