Update notevc.rb

This commit is contained in:
Darwin Cereska
2025-11-10 20:50:25 -05:00
committed by GitHub
parent 5b6d42b0b7
commit 5e5b29de2d

View File

@@ -4,10 +4,10 @@ class Notevc < Formula
homepage "https://notevc.io"
if OS.mac?
url ""
url "https://github.com/darwincereska/notevc/releases/download/v#{version}/notevc-macos-arm64"
sha256 "676dcc421176ad302b640b5ef07f3ee186c314f97bb81f3ae12cc5be30b9939d"
elsif OS.linux?
url ""
url "https://github.com/darwincereska/notevc/releases/download/v#{version}/notevc-linux-x64"
sha256 "93031aec26cceacc2a13c370f3352512f029c3cc9762936abd7dd6df0d2071e8"
end