summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-02-10 10:18:45 +0100
committerMatheus2023-02-10 10:18:45 +0100
commitd19cf8a6c00813ea12a376b8063dc23b768d9e86 (patch)
treef72b3c85e4473e8a2e88d7b3ae35f27009be41da
parent25c29b61b4b9ae55dc75d0af4e22c3e3cf6823a3 (diff)
downloadaur-d19cf8a6c00813ea12a376b8063dc23b768d9e86.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 94dc4152fd4b..a61b3b84956e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.82.0
+ pkgver = 0.83.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.82.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.82.0.tar.gz
- sha512sums = 5003d9e3106e81c78ee54f60bfa454b8db40f8971179f89dacf2806437b5739d4793032b39efb51b1e42b161611688a8ffd5d9740e6ea65fd9f8212c9aa611df
+ source = dprint-plugin-typescript-v0.83.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.83.0.tar.gz
+ sha512sums = 909828836a08a011cfa11f1e475deb64ef0eb3ca8d4a36f6392766521097c5e428ab21bb0592c6a8d91c33499ac4ecf196d5dad4bf11dbf5a01d73a7625fd918
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 9895bf2b5c6d..3b8aaa6dd249 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.82.0"
+pkgver="0.83.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=("5003d9e3106e81c78ee54f60bfa454b8db40f8971179f89dacf2806437b5739d4793032b39efb51b1e42b161611688a8ffd5d9740e6ea65fd9f8212c9aa611df")
+sha512sums=("909828836a08a011cfa11f1e475deb64ef0eb3ca8d4a36f6392766521097c5e428ab21bb0592c6a8d91c33499ac4ecf196d5dad4bf11dbf5a01d73a7625fd918")
prepare()
{