1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/pipe/brew/testdata/TestRunPipeUniversalBinary.rb.golden

20 lines
426 B
Ruby
Raw Normal View History

# typed: false
# frozen_string_literal: true
# This file was generated by GoReleaser. DO NOT EDIT.
class Unibin < Formula
desc "Fake desc"
homepage "https://goreleaser.com"
version "1.0.1"
depends_on :macos
on_macos do
url "https://dummyhost/download/v1.0.1/bin.tar.gz"
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
def install
bin.install "unibin"
end
end
end