summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-02-09 16:04:52 +0100
committerMatheus2024-02-09 16:04:52 +0100
commit215c7c4a96450157672d37ef1545b790dbcf3501 (patch)
tree81e451f61233f1018ba090339ef667048a192844
parent76f2b030c0e0adc4f22dd9429b7085a419cb4c0c (diff)
downloadaur-215c7c4a96450157672d37ef1545b790dbcf3501.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 83101f796d76..b3fc8b3f5dce 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.88.10
+ pkgver = 0.89.0
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.88.10.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.88.10.tar.gz
- sha512sums = 8ea1cdbdfdb62cddcb27d4a6dc203efba480106ee60d18bceeb9aa5c7af1614bf5d406e025909dda5f2cd61c2bffd393d50d65399692a86306b8a35a379c073f
+ 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
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index d0acf1a1f24e..16deef19212f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.88.10"
+pkgver="0.89.0"
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=("8ea1cdbdfdb62cddcb27d4a6dc203efba480106ee60d18bceeb9aa5c7af1614bf5d406e025909dda5f2cd61c2bffd393d50d65399692a86306b8a35a379c073f")
+sha512sums=("7356395a01fff27605b41fa0ebdf591f0520e7865cf153f1142a3d37ba2c05cf1b41f7cd8a43e4274dad7762ddeb46560e3d729303b70a9b127d0b0773efc70e")
prepare()
{