app-text/typst: add 0.15.1, drop 0.15.0

Signed-off-by: odrling <florianbadie@odrling.xyz>
This commit is contained in:
odrling
2026-07-19 13:52:36 +02:00
parent 8b173ac77b
commit 914847b4ee
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
DIST typst-0.15.0-vendor.tar.xz 73180028 BLAKE2B 04c5024d81840e9db0c2eb5d61211388537b203e585b03bc170e141f26299b2ca7b32b14155694675bea2e86096c50affb07c1ee88894402985afd27df8c5335 SHA512 34297634dea008acb957463adc5b8a0dc4ddf9e8a1d311f25b1dbeb8c65cfb0dadc1aadec1e502c5476c363ea50f5db1262d3ca67c3249fe14d92a8553f60a87
DIST typst-0.15.0.tar.gz 4867968 BLAKE2B 563cf0819369d3536df241d3a301fce6ef635153bcfb98138dbb833a5630be013fffebed579044a36cd5661ede1c404209d0c45953685aebc8c1ab58d669bb9a SHA512 e7479cdbfd5f14efe1b8465c0c833117ec2bf60fa8a069d648c696dd452f855c8a6479196ba8dba57f90675a313005241ca86a706863109c1acd6d9580d43732
DIST typst-0.15.1-vendor.tar.xz 73227932 BLAKE2B fb7b1c13e182536fc4e14e832a299da76b3da9caf1ea6b243c26134a5d83b1b913d5a2e5ba526b1aac2bc1442b401d798e37e21c73c70c4201bdeb1673d64d44 SHA512 8815f5f71c4a0e1944aba97f0d877eff4a3ab2a6ce1e7e36856af1974a5104e9b686554449f6fa0de6b9dec19215455a521cfeae545695ddd3383ea443fe2a8f
DIST typst-0.15.1.tar.gz 4873084 BLAKE2B 50f8dc5e3a8e8d3a90681378572481ad0a3666985a35c2ffd30517555bb2093c4bcd64291c61c1afccacca4d7b434f23ea64ed021c7176f018db8ec5ef6d9d20 SHA512 646548f03c198ff85a7adb6c71260b6d5f4a482d415c571bafa47fd24f61f875744503decb6f279020b7cd48b4b2841ccb5256b3c37b387b9e68ec98d202a751

View File

@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="
https://github.com/${PN}/${PN}/archive/v${PV}/${P}.tar.gz
https://github.com/odrling/typst/releases/download/v${PV}/typst-vendor.tar.xz -> ${P}-vendor.tar.xz
https://github.com/odrling/typst/releases/download/v${PV}-vendor/typst-vendor.tar.xz -> ${P}-vendor.tar.xz
"
KEYWORDS="~amd64 ~arm64"
fi