Skip to content

Commit

Permalink
Merge pull request #8 from miles170/bump-emacs-29.4
Browse files Browse the repository at this point in the history
emacs 29.4
  • Loading branch information
miles170 authored Jun 24, 2024
2 parents bf03b3a + 88cc1fc commit 6991fc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
build_opts:
- ""
- "--with-native-comp"
Expand Down
6 changes: 3 additions & 3 deletions Formula/emacs.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Emacs < Formula
desc "GNU Emacs text editor"
homepage "https://www.gnu.org/software/emacs/"
url "https://ftp.gnu.org/gnu/emacs/emacs-29.3.tar.xz"
mirror "https://ftpmirror.gnu.org/emacs/emacs-29.3.tar.xz"
sha256 "c34c05d3ace666ed9c7f7a0faf070fea3217ff1910d004499bd5453233d742a0"
url "https://ftp.gnu.org/gnu/emacs/emacs-29.4.tar.xz"
mirror "https://ftpmirror.gnu.org/emacs/emacs-29.4.tar.xz"
sha256 "ba897946f94c36600a7e7bb3501d27aa4112d791bfe1445c61ed28550daca235"
license "GPL-3.0-or-later"

option "with-native-comp", "Build with native compilation"
Expand Down

0 comments on commit 6991fc0

Please sign in to comment.