summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-04-16 17:54:30 +0200
committerMatheus2023-04-16 17:54:30 +0200
commitdec8502263f815908f08221ec778f5e8d5842862 (patch)
tree4b853ffce0375fdc736ad950935ba3d427123267
parentd1c38cdb15cffb24d57d57801546e0ca15901624 (diff)
downloadaur-dec8502263f815908f08221ec778f5e8d5842862.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 062b876a113a..e90dfbb3f9c2 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.0
+ pkgver = 0.84.1
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.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.84.0.tar.gz
- sha512sums = 5e71cd2c9216ef716606e0f48da2b512d6adf9593a683bd0c1c3cc2c90f7e2a741f8345f6e18721bef5a4b8197f2b0d23e2a9d7e9622edb4330a8955e9426d40
+ 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
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 2fb8df7afb9d..4e5b897a64c7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.84.0"
+pkgver="0.84.1"
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=("5e71cd2c9216ef716606e0f48da2b512d6adf9593a683bd0c1c3cc2c90f7e2a741f8345f6e18721bef5a4b8197f2b0d23e2a9d7e9622edb4330a8955e9426d40")
+sha512sums=("9df5411aca651dc084c521f6e482d79d71c935acfd8e15e36d7090e6a92406883e731f327982a032817c771206cfa38fc95ef7fb579f234d9d2fe0eed0eb817e")
prepare()
{