summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2022-10-30 07:07:44 +0100
committerMatheus2022-10-30 07:07:44 +0100
commit29e3ebd735b2fb28337d3c3370a51426baaa9680 (patch)
tree1ece0a3004bb906edbdb606724606a286fb7814b
parenta10f70ab823d2bd74fa10b648d3663f7a2869b34 (diff)
downloadaur-29e3ebd735b2fb28337d3c3370a51426baaa9680.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 52601a7ee78c..325b17a41a12 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dprint-plugin-typescript
pkgdesc = TypeScript and JavaScript code formatting plugin for dprint.
- pkgver = 0.76.0
+ pkgver = 0.77.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.76.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.76.0.tar.gz
- sha512sums = dabd471157f9fddcc047e0f69b73e06f50fe64367534ae396cfea850e04c7f0082dd5b7a307baaa50d234d17532f4191a851f35eb54eed11ad01936a76087bbc
+ source = dprint-plugin-typescript-v0.77.0.tar.gz::https://github.com/dprint/dprint-plugin-typescript/archive/refs/tags/0.77.0.tar.gz
+ sha512sums = 07dc5d1c80b7b1d51cdfa2e5987122d11304251468dff0c01bcabc4e6feecf3c9c376087558b7ce233335ee507878e13174eaab34bad8210fad2147530762a89
pkgname = dprint-plugin-typescript
diff --git a/PKGBUILD b/PKGBUILD
index d0af1e9daebc..adc7913564ef 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Matheus Gabriel Werny de Lima <matheusgwdl@protonmail.com>
pkgname="dprint-plugin-typescript"
-pkgver="0.76.0"
+pkgver="0.77.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=("dabd471157f9fddcc047e0f69b73e06f50fe64367534ae396cfea850e04c7f0082dd5b7a307baaa50d234d17532f4191a851f35eb54eed11ad01936a76087bbc")
+sha512sums=("07dc5d1c80b7b1d51cdfa2e5987122d11304251468dff0c01bcabc4e6feecf3c9c376087558b7ce233335ee507878e13174eaab34bad8210fad2147530762a89")
prepare()
{