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

sublime-text4: update to version 4126 #34641

Merged
merged 1 commit into from
Dec 22, 2021
Merged
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
6 changes: 3 additions & 3 deletions srcpkgs/sublime-text4/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sublime-text4'
pkgname=sublime-text4
version=4121
version=4126
revision=1
archs="x86_64 aarch64"
wrksrc="sublime_text"
Expand All @@ -19,11 +19,11 @@ _license_checksum=33929b71625d13dacf2a0a5853171b9c04058f71e2955ee660b8d0f8dda45e
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles="https://download.sublimetext.com/sublime_text_build_${version}_x64.tar.xz"
checksum=084fcf79457c320d59da1f0e58c85a7a63956bde41d64db01ec86df2554fc5e6
checksum=5c64e534cce0032e54d3c7028e8d6b3bdef28f3fd28a26244a360a2ce75450a1
;;
aarch64)
distfiles="https://download.sublimetext.com/sublime_text_build_${version}_arm64.tar.xz"
checksum=7af7845b402aea98a6d259d0e817c849168182881ea1f80b98e5729525688f08
checksum=0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e
;;
esac

Expand Down