summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-03-21 10:30:32 +0100
committerMatheus2023-03-21 10:30:32 +0100
commitd1c38cdb15cffb24d57d57801546e0ca15901624 (patch)
tree6eb06fdff3af396a3200b4b7ab20a0f6182305e2
parentd19cf8a6c00813ea12a376b8063dc23b768d9e86 (diff)
downloadaur-d1c38cdb15cffb24d57d57801546e0ca15901624.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 a61b3b84956e..062b876a113a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.83.0
+ pkgver = 0.84.0
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.83.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.83.0.tar.gz
- sha512sums = 909828836a08a011cfa11f1e475deb64ef0eb3ca8d4a36f6392766521097c5e428ab21bb0592c6a8d91c33499ac4ecf196d5dad4bf11dbf5a01d73a7625fd918
+ source = dprint-plugin-typescript-v0.84.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.84.0.tar.gz
+ sha512sums = 5e71cd2c9216ef716606e0f48da2b512d6adf9593a683bd0c1c3cc2c90f7e2a741f8345f6e18721bef5a4b8197f2b0d23e2a9d7e9622edb4330a8955e9426d40
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 3b8aaa6dd249..2fb8df7afb9d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.83.0"
+pkgver="0.84.0"
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=("909828836a08a011cfa11f1e475deb64ef0eb3ca8d4a36f6392766521097c5e428ab21bb0592c6a8d91c33499ac4ecf196d5dad4bf11dbf5a01d73a7625fd918")
+sha512sums=("5e71cd2c9216ef716606e0f48da2b512d6adf9593a683bd0c1c3cc2c90f7e2a741f8345f6e18721bef5a4b8197f2b0d23e2a9d7e9622edb4330a8955e9426d40")
prepare()
{