summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-01-28 17:01:17 +0100
committerMatheus2023-01-28 17:01:17 +0100
commitfcf4e8857463949e163293707d9b5cb264114719 (patch)
tree3b3041e004814b57dd3b1b4dac9ed5041c24a084
parente980c6186d7c70d1e716046a70fdbba14e91198b (diff)
downloadaur-fcf4e8857463949e163293707d9b5cb264114719.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 5df234f1b725..715cbaed7a08 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.79.0
+ pkgver = 0.81.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.79.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.79.0.tar.gz
- sha512sums = 2ae35699242df083ab7acfe71370f43dd8e1dea9ef1469f49bdc9797f3c0b1502c25a3ae8efc2256980ad5d4673df70a606e632e8f669c647e9ee3f71e8e716b
+ source = dprint-plugin-typescript-v0.81.1.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.81.1.tar.gz
+ sha512sums = 48574c3818f311d9c64573bb325322a4b3c4b9b02168016a93edcd4bd7ae68071f56a6ddb925d0e12306324e324b3b5275e89c2e99dcfa1163f086e4e33072ee
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 36bd81724606..79c4e293001e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.79.0"
+pkgver="0.81.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=("2ae35699242df083ab7acfe71370f43dd8e1dea9ef1469f49bdc9797f3c0b1502c25a3ae8efc2256980ad5d4673df70a606e632e8f669c647e9ee3f71e8e716b")
+sha512sums=("48574c3818f311d9c64573bb325322a4b3c4b9b02168016a93edcd4bd7ae68071f56a6ddb925d0e12306324e324b3b5275e89c2e99dcfa1163f086e4e33072ee")
prepare()
{