Skip to content

Commit

Permalink
Bump emacs-plus@30 to 30.0.92 (#740)
Browse files Browse the repository at this point in the history
* Bump emacs-plus@30 to 30.0.92

Emacs 30.0.92 pretest is available

https://lists.gnu.org/archive/html/emacs-devel/2024-10/msg00627.html

* Added the URL of the released tarball to emacs-plus@30

* Update Formula/[email protected]

---------

Co-authored-by: Boris Buliga <[email protected]>
  • Loading branch information
zonuexe and d12frosted authored Oct 28, 2024
1 parent cc3280d commit d686421
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

class EmacsPlusAT30 < EmacsBase
init 30
version "30.0.91"
url "https://alpha.gnu.org/gnu/emacs/pretest/emacs-30.0.92.tar.xz"
mirror "https://ftpmirror.gnu.org/emacs/emacs-30.0.92.tar.xz"
sha256 "d89287bd5a8381bb60e14aab95202377261d43a60d15dc0a61d0d662bc5626be"

desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"

head do
if ENV['HOMEBREW_EMACS_PLUS_30_REVISION']
url "https://github.com/emacs-mirror/emacs.git", :revision => ENV['HOMEBREW_EMACS_PLUS_30_REVISION']
else
url "https://github.com/emacs-mirror/emacs.git", :branch => "emacs-30"
end
end

#
# Options
#
Expand Down Expand Up @@ -38,7 +48,7 @@ class EmacsPlusAT30 < EmacsBase
depends_on "pkg-config" => :build
depends_on "texinfo" => :build
depends_on "xz" => :build
depends_on "m4" => :build
depends_on "m4" => :build
depends_on "gnutls"
depends_on "librsvg"
depends_on "little-cms2"
Expand Down Expand Up @@ -79,8 +89,6 @@ class EmacsPlusAT30 < EmacsBase

if ENV['HOMEBREW_EMACS_PLUS_30_REVISION']
url "https://github.com/emacs-mirror/emacs.git", :revision => ENV['HOMEBREW_EMACS_PLUS_30_REVISION']
else
url "https://github.com/emacs-mirror/emacs.git", :branch => "emacs-30"
end

#
Expand Down

0 comments on commit d686421

Please sign in to comment.