Skip to content

Commit

Permalink
makensis 3.11
Browse files Browse the repository at this point in the history
makensis: nsis 3.11

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Mar 9, 2025
1 parent baae7a5 commit cd2c14b
Showing 1 changed file with 4 additions and 4 deletions.
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,8 +22,8 @@ class Makensis < Formula
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
Expand Down

0 comments on commit cd2c14b

Please sign in to comment.