Skip to content

Commit 558efb4

Browse files
committed
Updated brew formula for v0.1.1.
1 parent 203c747 commit 558efb4

20 files changed

Lines changed: 1974 additions & 259 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
/Packages
77
Package.resolved
88

9+
# libmp3lame XCFramework build workspace (the resulting
10+
# Frameworks/Mp3Lame.xcframework is committed; this is just the temp build dir).
11+
/.build-mp3lame
12+
13+
# Release artifacts produced by scripts/release.sh — never committed.
14+
/build
15+
916
# Xcode
1017
xcuserdata/
1118
DerivedData/

Formula/liveaudioserver.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
class Liveaudioserver < Formula
1818
desc "Live audio streaming server (MP3 + AAC + HLS) for macOS"
1919
homepage "https://github.com/dsward2/LiveAudioServer"
20-
url "https://github.com/dsward2/LiveAudioServer/archive/refs/tags/v0.1.0.tar.gz"
21-
sha256 "4c63a4d086ab37c78445f885cee26df16dbf2f6e3627e6a2902d97a09e5f4a7d"
20+
url "https://github.com/dsward2/LiveAudioServer/archive/refs/tags/v0.1.1.tar.gz"
21+
sha256 "fac97af57874d12984d3d428f85429f49d04f213aaa410ef0e05c9c9cec01e29"
2222
license "Apache-2.0"
2323
head "https://github.com/dsward2/LiveAudioServer.git", branch: "main"
2424

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>libmp3lame.a</string>
10+
<key>HeadersPath</key>
11+
<string>Headers</string>
12+
<key>LibraryIdentifier</key>
13+
<string>macos-arm64_x86_64</string>
14+
<key>LibraryPath</key>
15+
<string>libmp3lame.a</string>
16+
<key>SupportedArchitectures</key>
17+
<array>
18+
<string>arm64</string>
19+
<string>x86_64</string>
20+
</array>
21+
<key>SupportedPlatform</key>
22+
<string>macos</string>
23+
</dict>
24+
</array>
25+
<key>CFBundlePackageType</key>
26+
<string>XFWK</string>
27+
<key>XCFrameworkFormatVersion</key>
28+
<string>1.0</string>
29+
</dict>
30+
</plist>

0 commit comments

Comments
 (0)