Skip to content

Commit f9c3bd9

Browse files
committed
typst: update to 0.14.2
1 parent 3bb71dc commit f9c3bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-typst/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=typst
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=0.14.1
6+
pkgver=0.14.2
77
pkgrel=1
88
pkgdesc='A markup-based typesetting system for the sciences (mingw-w64)'
99
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
2121
"${MINGW_PACKAGE_PREFIX}-openssl"
2222
'git')
2323
source=("https://github.com/typst/typst/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
24-
sha256sums=('83d132348a8c9481a8a483cdf823d5083ba456466410935f25240f6c26e23c38')
24+
sha256sums=('70a56445020ca05efc571c7b07a1a9f52eb93842d420518693c077ae74e54142')
2525

2626
prepare() {
2727
cd ${_realname}-${pkgver}

0 commit comments

Comments
 (0)