diff options
author | 极速蜗牛 | 2024-12-12 11:53:50 +0800 |
---|---|---|
committer | 极速蜗牛 | 2024-12-12 11:53:50 +0800 |
commit | 6802be0bcf6cb9e87654e326472367fbf1cf64cd (patch) | |
tree | e420e22882f59254826e2854ad0f78467592f425 | |
parent | fae47fe20775e9730170f6be2fe07bcde144bfa6 (diff) | |
download | aur-6802be0bcf6cb9e87654e326472367fbf1cf64cd.tar.gz |
bump version to v0.12.10
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = typstyle-bin pkgdesc = Beautiful and reliable typst code formatter - pkgver = 0.12.9 + pkgver = 0.12.10 pkgrel = 1 url = https://github.com/Enter-tainer/typstyle arch = aarch64 @@ -12,11 +12,11 @@ pkgbase = typstyle-bin optdepends = typst: For typst compilation provides = typstyle conflicts = typstyle - source_aarch64 = typstyle-aarch64-0.12.9::https://github.com/Enter-tainer/typstyle/releases/download/v0.12.9/typstyle-aarch64-unknown-linux-gnu - sha256sums_aarch64 = e8cf20e89b9de2969ab07ecbc1de074c14996bc3cf61e791237e0a18ac22ef6e - source_x86_64 = typstyle-x86_64-0.12.9::https://github.com/Enter-tainer/typstyle/releases/download/v0.12.9/typstyle-x86_64-unknown-linux-gnu - sha256sums_x86_64 = 42326abc5942e36c9c078159477fb2f298879f570ed53d99c8933e86cd0be811 - source_armv7h = typstyle-armv7h-0.12.9::https://github.com/Enter-tainer/typstyle/releases/download/v0.12.9/typstyle-arm-unknown-linux-gnueabihf - sha256sums_armv7h = bb83b3f4a14938359fdd1d4c3032761dc22a3790ea2532e1f4d00e1167c2ad96 + source_aarch64 = typstyle-aarch64-0.12.10::https://github.com/Enter-tainer/typstyle/releases/download/v0.12.10/typstyle-aarch64-unknown-linux-gnu + sha256sums_aarch64 = 47d5ad5aac7f83c6481f2e582ba1560d616d4d5f97a0522302bb0ad93daaf97d + source_x86_64 = typstyle-x86_64-0.12.10::https://github.com/Enter-tainer/typstyle/releases/download/v0.12.10/typstyle-x86_64-unknown-linux-gnu + sha256sums_x86_64 = ac4c477f1d9699dfb0841a08c17f58a2c0b1414658c781527524a724ba0cbc00 + source_armv7h = typstyle-armv7h-0.12.10::https://github.com/Enter-tainer/typstyle/releases/download/v0.12.10/typstyle-arm-unknown-linux-gnueabihf + sha256sums_armv7h = d33137cda906b561d7990b4cfc9b7cf24236822f4e361120752a1a79a89f33ab pkgname = typstyle-bin @@ -1,7 +1,7 @@ # Maintainer: Jisu-Woniu <jswn@jswn9945.xyz> _pkgname=typstyle pkgname=$_pkgname-bin -pkgver=0.12.9 +pkgver=0.12.10 pkgrel=1 pkgdesc="Beautiful and reliable typst code formatter" arch=("aarch64" "x86_64" "armv7h") @@ -14,9 +14,9 @@ conflicts=("$_pkgname") source_aarch64=("$_pkgname-aarch64-$pkgver::$url/releases/download/v$pkgver/$_pkgname-aarch64-unknown-linux-gnu") source_armv7h=("$_pkgname-armv7h-$pkgver::$url/releases/download/v$pkgver/$_pkgname-arm-unknown-linux-gnueabihf") source_x86_64=("$_pkgname-x86_64-$pkgver::$url/releases/download/v$pkgver/$_pkgname-x86_64-unknown-linux-gnu") -sha256sums_aarch64=('e8cf20e89b9de2969ab07ecbc1de074c14996bc3cf61e791237e0a18ac22ef6e') -sha256sums_x86_64=('42326abc5942e36c9c078159477fb2f298879f570ed53d99c8933e86cd0be811') -sha256sums_armv7h=('bb83b3f4a14938359fdd1d4c3032761dc22a3790ea2532e1f4d00e1167c2ad96') +sha256sums_aarch64=('47d5ad5aac7f83c6481f2e582ba1560d616d4d5f97a0522302bb0ad93daaf97d') +sha256sums_x86_64=('ac4c477f1d9699dfb0841a08c17f58a2c0b1414658c781527524a724ba0cbc00') +sha256sums_armv7h=('d33137cda906b561d7990b4cfc9b7cf24236822f4e361120752a1a79a89f33ab') package() { install -Dm755 "$_pkgname-$CARCH-$pkgver" "$pkgdir/usr/bin/$_pkgname" |