github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/brew/testdata/TestRunPipeUniversalBinary.rb.golden (about)

     1  # typed: false
     2  # frozen_string_literal: true
     3  
     4  # This file was generated by GoReleaser. DO NOT EDIT.
     5  class Unibin < Formula
     6    desc "Fake desc"
     7    homepage "https://goreleaser.com"
     8    version "1.0.1"
     9    depends_on :macos
    10  
    11    url "https://dummyhost/download/v1.0.1/bin.tar.gz"
    12    sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    13  
    14    def install
    15      bin.install "unibin"
    16    end
    17  end