summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-04-23 11:15:58 +0200
committerMatheus2023-04-23 11:15:58 +0200
commit82859147176da6444f8e4ba42ec60cdd2c2867e7 (patch)
tree53f474029883117e8c8680c309d9672facb34415
parentdec8502263f815908f08221ec778f5e8d5842862 (diff)
downloadaur-82859147176da6444f8e4ba42ec60cdd2c2867e7.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 e90dfbb3f9c2..026d870230bf 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.1
+ pkgver = 0.84.2
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.1.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.84.1.tar.gz
- sha512sums = 9df5411aca651dc084c521f6e482d79d71c935acfd8e15e36d7090e6a92406883e731f327982a032817c771206cfa38fc95ef7fb579f234d9d2fe0eed0eb817e
+ 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
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 4e5b897a64c7..825b4f5f042e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.84.1"
+pkgver="0.84.2"
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=("9df5411aca651dc084c521f6e482d79d71c935acfd8e15e36d7090e6a92406883e731f327982a032817c771206cfa38fc95ef7fb579f234d9d2fe0eed0eb817e")
+sha512sums=("7f992567bc9bbe346172a2817aa185d329c99f30b4a2067b89d674975edc204d5d53be2806a7db6aec4347f88399306a7e532e8d96a7b7800757d1380e68dc06")
prepare()
{