summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-05-07 10:04:30 +0200
committerMatheus2023-05-07 10:04:30 +0200
commita8a65328217c36dafd6469f9def4b78c74f90380 (patch)
tree3ba8613b7cb81536cf9aa9f3a9d4e66759aaa6bf
parent82859147176da6444f8e4ba42ec60cdd2c2867e7 (diff)
downloadaur-a8a65328217c36dafd6469f9def4b78c74f90380.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 026d870230bf..36d71153deb4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.84.2
+ pkgver = 0.84.4
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.84.2.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.84.2.tar.gz
- sha512sums = 7f992567bc9bbe346172a2817aa185d329c99f30b4a2067b89d674975edc204d5d53be2806a7db6aec4347f88399306a7e532e8d96a7b7800757d1380e68dc06
+ source = dprint-plugin-typescript-v0.84.4.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.84.4.tar.gz
+ sha512sums = c1664a19bd3b331a832d770e05449fc6456c5dcad726ce4f857c2dc0f12e02bd933d095e787792c610bd6fd3574c70df2c6a2f13c1061bb14a34f80c334c1e89
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 825b4f5f042e..d1787808911d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.84.2"
+pkgver="0.84.4"
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=("7f992567bc9bbe346172a2817aa185d329c99f30b4a2067b89d674975edc204d5d53be2806a7db6aec4347f88399306a7e532e8d96a7b7800757d1380e68dc06")
+sha512sums=("c1664a19bd3b331a832d770e05449fc6456c5dcad726ce4f857c2dc0f12e02bd933d095e787792c610bd6fd3574c70df2c6a2f13c1061bb14a34f80c334c1e89")
prepare()
{