revert(cask): update emacs-app-pretest to version 30.0.91-pretest

This reverts commit eb7deedd62.

The bump to 30.0.91-pretest happened before the intel build was ready,
meaning it was skipped in the cask file. Follow up runs haven't picked
it up cause the version of the cask was already the latest.

Hence we are reverting this, and re-running the update action for it to
correctly pick up the assets from the 30.0.91-pretest release.
This commit is contained in:
2024-10-26 15:48:29 +01:00
parent e36e875c9f
commit 786dcfd426

View File

@@ -5,11 +5,19 @@ cask 'emacs-app-pretest' do
desc 'GNU Emacs text editor (latest pretest)'
homepage 'https://github.com/jimeh/emacs-builds'
version '30.0.91-pretest'
version '29.1.90-pretest'
sha256 'b8a6489edd1417a41b92978e060777f5b697e0ab1366e32a84f7a4f23113f3cd'
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.0.91-pretest/Emacs.2024-09-11.9a1c76b.emacs-30-0-91-pretest.macOS-13.arm64.dmg'
depends_on macos: '>= :ventura', arch: :arm64
on_arm do
sha256 '2caa73adeb124513d9ddfd92556bf630f57399e069df18a3b0ac86ec8824e8f1'
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-29.1.90-pretest/Emacs.2023-10-19.d963bc6.emacs-29-1-90-pretest.macOS-13.arm64.dmg'
depends_on macos: '>= :ventura'
end
on_intel do
sha256 'b0594a29f375e63059344ee7c19641f594921f792e6b1df78d7413042d420f66'
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-29.1.90-pretest/Emacs.2023-10-19.d963bc6.emacs-29-1-90-pretest.macOS-12.x86_64.dmg'
depends_on macos: '>= :monterey'
end
livecheck do
url 'https://github.com/jimeh/emacs-builds.git'