summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-02-20 18:56:00 +0100
committerMatheus2024-02-20 18:56:00 +0100
commitd0d754c00b62253a529e749d5df43b5af1efa1cc (patch)
tree584c1bd9feecb37fb502c88615fe89c60b4eb529
parent215c7c4a96450157672d37ef1545b790dbcf3501 (diff)
downloadaur-d0d754c00b62253a529e749d5df43b5af1efa1cc.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 b3fc8b3f5dce..ea07c600e48a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.89.0
+ pkgver = 0.89.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.89.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.89.0.tar.gz
- sha512sums = 7356395a01fff27605b41fa0ebdf591f0520e7865cf153f1142a3d37ba2c05cf1b41f7cd8a43e4274dad7762ddeb46560e3d729303b70a9b127d0b0773efc70e
+ source = dprint-plugin-typescript-v0.89.1.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.89.1.tar.gz
+ sha512sums = cba049ee12982fffb1575cdb6182ccd742c6416e12189b8d6f41bf8c681b5ce9b4e13ebe7edbb10edbb0602ec8e840f86a1eb79c28326b962912871053c01f0e
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 16deef19212f..af240c36af64 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.89.0"
+pkgver="0.89.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=("7356395a01fff27605b41fa0ebdf591f0520e7865cf153f1142a3d37ba2c05cf1b41f7cd8a43e4274dad7762ddeb46560e3d729303b70a9b127d0b0773efc70e")
+sha512sums=("cba049ee12982fffb1575cdb6182ccd742c6416e12189b8d6f41bf8c681b5ce9b4e13ebe7edbb10edbb0602ec8e840f86a1eb79c28326b962912871053c01f0e")
prepare()
{