From 8b55ba4b1bcc2c74027ab2b52d01fe756205f77e Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 12 Oct 2015 19:56:21 +0100 Subject: [PATCH] cc65: add 2.13.3 bottle. --- Formula/cc65.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/cc65.rb b/Formula/cc65.rb index faac950439..3cd60b62eb 100644 --- a/Formula/cc65.rb +++ b/Formula/cc65.rb @@ -3,6 +3,12 @@ class Cc65 < Formula homepage "https://cc65.github.io/cc65/" url "ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.3.tar.bz2" sha256 "a98a1b69d3fa15551fe7d53d5bebfc5f9b2aafb9642ee14b735587a421e00468" + bottle do + sha256 "a8d0601368f3f6c4048c63e4f785d5159c0aab3f4e3a86c49a65cd3cdf69ae53" => :el_capitan + sha256 "0320f31da62970bce189a3d6b8bdae5e595fa113eba7a37b5812e75dc6f89d72" => :yosemite + sha256 "8f56a19db5bfa9d606e7f636c3780a7e29206e0f9b845365f91550f58e46d2b4" => :mavericks + end + # CC65 stable has ceased to be maintained as of March 2013. # The head build has a new home, and new maintainer, but no new stable release yet. head "https://github.com/cc65/cc65.git"