summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c0aed16098..bbd4ec62098c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astrojs-ts-plugin
pkgdesc = TypeScript plugin adding support for .astro imports in .ts files
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/withastro/language-tools/tree/main/packages/ts-plugin#readme
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = ts-plugin-1.7.0.tgz
- source = https://registry.npmjs.org/@astrojs/ts-plugin/-/ts-plugin-1.7.0.tgz
- sha256sums = 0b75a33a1e488c2d4d0c8262d22f7952f7835f3713b54f61de92e6c65fe4ab3e
+ noextract = ts-plugin-1.8.0.tgz
+ source = https://registry.npmjs.org/@astrojs/ts-plugin/-/ts-plugin-1.8.0.tgz
+ sha256sums = 35cada328657bd1defdc1b28121459051bd7bfe4c360d5065c014062555ef4ea
pkgname = astrojs-ts-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 07c80c0755d0..0813c984654b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrojs-ts-plugin
_pkgname=${pkgname#astrojs-}
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="TypeScript plugin adding support for .astro imports in .ts files"
url="https://github.com/withastro/language-tools/tree/main/packages/ts-plugin#readme"
@@ -12,7 +12,7 @@ depends=("nodejs")
makedepends=("npm")
source=("https://registry.npmjs.org/@astrojs/${_pkgname}/-/${_pkgname}-${pkgver}.tgz")
noextract=("${_pkgname}-${pkgver}.tgz")
-sha256sums=('0b75a33a1e488c2d4d0c8262d22f7952f7835f3713b54f61de92e6c65fe4ab3e')
+sha256sums=('35cada328657bd1defdc1b28121459051bd7bfe4c360d5065c014062555ef4ea')
prepare() {
tar xf "${_pkgname}-${pkgver}.tgz"