summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2022-10-25 07:48:24 +0200
committerMatheus2022-10-25 07:48:24 +0200
commita10f70ab823d2bd74fa10b648d3663f7a2869b34 (patch)
tree9fe1780b0637ef60e551eee2b1db961f6f98ad58
parent4b2ebc1297d91c172d3ace2a17291d74a27cb08f (diff)
downloadaur-a10f70ab823d2bd74fa10b648d3663f7a2869b34.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 79bdb5e0241a..52601a7ee78c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.75.0
+ pkgver = 0.76.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.75.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.75.0.tar.gz
- sha512sums = f84fe54232d8131eb567b6cf957e548d09c7ff189d23c4ee25136dfce4848119168e68b629f48690ec66d99ce1c00ab80cb9f7680e73692ba9d990f0ce1a3931
+ source = dprint-plugin-typescript-v0.76.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.76.0.tar.gz
+ sha512sums = dabd471157f9fddcc047e0f69b73e06f50fe64367534ae396cfea850e04c7f0082dd5b7a307baaa50d234d17532f4191a851f35eb54eed11ad01936a76087bbc
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index d316dcf70310..d0af1e9daebc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Matheus Gabriel Werny de Lima <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.75.0"
+pkgver="0.76.0"
pkgrel="1"
pkgdesc="TypeScript and JavaScript code formatting plugin for dprint."
arch=("any")
@@ -13,7 +13,7 @@ license=("MIT")
depends=("dprint")
makedepends=("rust" "rust-wasm")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=("f84fe54232d8131eb567b6cf957e548d09c7ff189d23c4ee25136dfce4848119168e68b629f48690ec66d99ce1c00ab80cb9f7680e73692ba9d990f0ce1a3931")
+sha512sums=("dabd471157f9fddcc047e0f69b73e06f50fe64367534ae396cfea850e04c7f0082dd5b7a307baaa50d234d17532f4191a851f35eb54eed11ad01936a76087bbc")
prepare()
{