Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rawcooked v24.11 #105

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rawcooked.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rawcooked < Formula
desc "Lossless RAW audio-visual data to MKV encoder and decoder"
homepage "https://mediaarea.net/RAWcooked"
url "https://mediaarea.net/download/binary/rawcooked/23.12/RAWcooked_CLI_23.12_GNU_FromSource.tar.xz"
sha256 "f1d62c38c3e17a31de02f9a8128d26cb8cd7069210c8f7d08b318a99210f4cc5"
url "https://mediaarea.net/download/binary/rawcooked/24.11/RAWcooked_CLI_24.11_GNU_FromSource.tar.xz"
sha256 "22eefe111c780bf955e3885a643078725c4a434e06f59ccb0f118dbce1601bc3"

def install
cd "Project/GNU/CLI" do
Expand All @@ -16,6 +16,6 @@ def install
end

test do
system "#{bin}/rawcooked", "-h"
system "bin/rawcooked", "-h"
end
end
Loading