summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-06-07 04:49:37 +0200
committerMatheus2023-06-07 04:49:37 +0200
commitb09dfb67a0491e8c3e5abd7bf3c3f8b8996f639c (patch)
tree3e9acc43ca56326d744e9fc5dd94c0620323d2f0
parenta8a65328217c36dafd6469f9def4b78c74f90380 (diff)
downloadaur-b09dfb67a0491e8c3e5abd7bf3c3f8b8996f639c.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 36d71153deb4..afc73f934c8a 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.4
+ pkgver = 0.85.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.84.4.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.84.4.tar.gz
- sha512sums = c1664a19bd3b331a832d770e05449fc6456c5dcad726ce4f857c2dc0f12e02bd933d095e787792c610bd6fd3574c70df2c6a2f13c1061bb14a34f80c334c1e89
+ source = dprint-plugin-typescript-v0.85.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.85.0.tar.gz
+ sha512sums = 8f8008a4749250db476481f727c1f7544491b69a457558c88be4379bb82d3fff7ffd66da15d8a1ed745c763ca2a1bde8bea82d763f89565f5b3a34bf3bcda926
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index d1787808911d..2e85be74b89c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.84.4"
+pkgver="0.85.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=("c1664a19bd3b331a832d770e05449fc6456c5dcad726ce4f857c2dc0f12e02bd933d095e787792c610bd6fd3574c70df2c6a2f13c1061bb14a34f80c334c1e89")
+sha512sums=("8f8008a4749250db476481f727c1f7544491b69a457558c88be4379bb82d3fff7ffd66da15d8a1ed745c763ca2a1bde8bea82d763f89565f5b3a34bf3bcda926")
prepare()
{