summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-10-01 08:50:50 +0200
committerMatheus2023-10-01 08:50:50 +0200
commita92c44b85fab61b28ecfc70b40cddffd1ced9601 (patch)
tree4147ecd7fa0da33dc43cc8649ffc5ed9d7ced12b
parent1089a07393514bba75a8a270d9c6de61da7c2f00 (diff)
downloadaur-a92c44b85fab61b28ecfc70b40cddffd1ced9601.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 3721b876f807..659a6981161e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.87.1
+ pkgver = 0.88.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.87.1.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.87.1.tar.gz
- sha512sums = 751c4ef87bf9a39f9463f60567656c3ac0c7100e093bacd612c1169ce82e5f12c929d3a435d0ff8a73aa6239970b1e0c4cc25ff77c1d87a529e7f24c0c91f6df
+ source = dprint-plugin-typescript-v0.88.1.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.88.1.tar.gz
+ sha512sums = 8328b79bdbca9d48ac6c20f11c5216e59caabba88395f9fda492ec235035f8ede0fc9e1ff4b04a1fcaed4adf6bf52f845c1055b14d7ec1e80abe0038ab8d8afe
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index c2b1e585abe8..c416e7eac8d1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.87.1"
+pkgver="0.88.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=("751c4ef87bf9a39f9463f60567656c3ac0c7100e093bacd612c1169ce82e5f12c929d3a435d0ff8a73aa6239970b1e0c4cc25ff77c1d87a529e7f24c0c91f6df")
+sha512sums=("8328b79bdbca9d48ac6c20f11c5216e59caabba88395f9fda492ec235035f8ede0fc9e1ff4b04a1fcaed4adf6bf52f845c1055b14d7ec1e80abe0038ab8d8afe")
prepare()
{