summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-11-25 16:58:40 +0100
committerMatheus2023-11-25 16:58:40 +0100
commit97b4e04983625faacda6b25bc731d97ef01a5860 (patch)
treeac1baa302e91186d32421c8f869a65deb518519f
parent8e4747971c78f0d52e1d948b9f0819f4c31367a2 (diff)
downloadaur-97b4e04983625faacda6b25bc731d97ef01a5860.tar.gz
Version update
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c239c23cc0e..9dc3c019ef15 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.88.4
+ pkgver = 0.88.5
pkgrel = 1
url = https://github.com/dprint/dprint-plugin-typescript
arch = any
@@ -8,7 +8,7 @@ pkgbase = dprint-plugin-typescript
makedepends = rust
makedepends = rust-wasm
depends = dprint
- source = dprint-plugin-typescript-v0.88.4.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.88.4.tar.gz
- sha512sums = 75e4eb319133003883165b442c61f556095d069f5b8c1f163107b0cb2dff337a8a2d9597aec0589c1c39a3b2edc33ffb94ffdf220958ca07357ba68ec472519a
+ source = dprint-plugin-typescript-v0.88.5.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.88.5.tar.gz
+ sha512sums = 31d067b6cfd047c64e7e5f520b2e56f7b723464e1a2d9e08e3703e4286c5cba8919acf8d61089b04f67c7e4e08400ee75444ed081ed9c1f0d1f6161592045f99
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index f3daf94e851b..64e7bcbedc61 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.88.4"
+pkgver="0.88.5"
pkgrel="1"
pkgdesc="TypeScript and JavaScript code formatting plugin for dprint."
arch=("any")
@@ -15,7 +15,7 @@ license=("MIT")
depends=("dprint")
makedepends=("rust" "rust-wasm")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=("75e4eb319133003883165b442c61f556095d069f5b8c1f163107b0cb2dff337a8a2d9597aec0589c1c39a3b2edc33ffb94ffdf220958ca07357ba68ec472519a")
+sha512sums=("31d067b6cfd047c64e7e5f520b2e56f7b723464e1a2d9e08e3703e4286c5cba8919acf8d61089b04f67c7e4e08400ee75444ed081ed9c1f0d1f6161592045f99")
prepare()
{