Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makensis 3.11 #210293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/m/makensis.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Makensis < Formula
desc "System to create Windows installers"
homepage "https://nsis.sourceforge.net/"
url "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10-src.tar.bz2"
sha256 "11b54a6307ab46fef505b2700aaf6f62847c25aa6eebaf2ae0aab2f17f0cb297"
url "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11-src.tar.bz2"
sha256 "19e72062676ebdc67c11dc032ba80b979cdbffd3886c60b04bb442cdd401ff4b"
license "Zlib"

bottle do
Expand All @@ -22,11 +22,11 @@
uses_from_macos "zlib"

resource "nsis" do
url "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09.zip"
sha256 "f5dc52eef1f3884230520199bac6f36b82d643d86b003ce51bd24b05c6ba7c91"
url "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11.zip"
sha256 "c7d27f780ddb6cffb4730138cd1591e841f4b7edb155856901cdf5f214394fa1"
end

def install

Check failure on line 29 in Formula/m/makensis.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle makensis` failed on Linux!

::error::makensis 3.11 did not build

Check failure on line 29 in Formula/m/makensis.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle makensis` failed on Linux!

::error::makensis 3.11 did not build
args = [
"CC=#{ENV.cc}",
"CXX=#{ENV.cxx}",
Expand Down
Loading