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

tectonic: update to 0.15.0. #48656

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/tectonic/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'tectonic'
pkgname=tectonic
version=0.14.1
revision=3
version=0.15.0
revision=1
build_style=cargo
configure_args="--features=external-harfbuzz"
hostmakedepends="pkg-config"
Expand All @@ -12,7 +12,7 @@ license="MIT"
homepage="https://tectonic-typesetting.github.io"
changelog="https://raw.githubusercontent.com/tectonic-typesetting/tectonic/release/CHANGELOG.md"
distfiles="https://github.com/tectonic-typesetting/tectonic/archive/tectonic@${version}.tar.gz"
checksum=3703a4fc768b3c7be6a4560857b17b2671f19023faee414aa7b6befd24ec9d25
checksum=3c13de312c4fe39ff905ad17e64a15a3a59d33ab65dacb0a8b9482c57e6bc6aa

post_install() {
vlicense LICENSE
Expand Down