github.com/joselitofilho/goreleaser@v0.155.1-0.20210123221854-e4891856c593/internal/pipe/brew/testdata/foo_is_bar.rb.golden (about)

     1  # typed: false
     2  # frozen_string_literal: true
     3  
     4  # This file was generated by GoReleaser. DO NOT EDIT.
     5  class FooIsBar < Formula
     6    desc ""
     7    homepage ""
     8    version "1.0.1"
     9    bottle :unneeded
    10  
    11    if OS.mac?
    12      url "https://dummyhost/download/v1.0.1/bin.tar.gz"
    13      sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    14    end
    15  
    16    def install
    17    end
    18  end