summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2022-12-08 09:36:35 +0100
committerMatheus2022-12-08 09:36:35 +0100
commite980c6186d7c70d1e716046a70fdbba14e91198b (patch)
treee4118dd858d568509fe02b08b4de0312dc52408c
parentec5429dc7a25567c40482925f26d4a09df83bbed (diff)
downloadaur-e980c6186d7c70d1e716046a70fdbba14e91198b.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 420539d7e343..5df234f1b725 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.78.0
+ pkgver = 0.79.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.78.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.78.0.tar.gz
- sha512sums = 2b0dfee9806367cb9e555c4603ef0571946a3f3dfe9c00356917ca9512c05cad1de4bba15f5f66837b4e5bd41c7ca03a72c9ab0a2ab86d241af5849fc2b1d0b1
+ source = dprint-plugin-typescript-v0.79.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.79.0.tar.gz
+ sha512sums = 2ae35699242df083ab7acfe71370f43dd8e1dea9ef1469f49bdc9797f3c0b1502c25a3ae8efc2256980ad5d4673df70a606e632e8f669c647e9ee3f71e8e716b
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index 529eec80b3c3..36bd81724606 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.78.0"
+pkgver="0.79.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=("2b0dfee9806367cb9e555c4603ef0571946a3f3dfe9c00356917ca9512c05cad1de4bba15f5f66837b4e5bd41c7ca03a72c9ab0a2ab86d241af5849fc2b1d0b1")
+sha512sums=("2ae35699242df083ab7acfe71370f43dd8e1dea9ef1469f49bdc9797f3c0b1502c25a3ae8efc2256980ad5d4673df70a606e632e8f669c647e9ee3f71e8e716b")
prepare()
{