summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2023-03-30 01:04:51 -0400
committerAdam Goldsmith2023-03-30 01:04:51 -0400
commit900c94c8d17d321dc4bfbcc287d439626d4b65d9 (patch)
tree9b9666b20f6be9857df007735fccf36225d3d813
parentf9fa09c732c9659678b0c11ea6ecef2e96d41589 (diff)
downloadaur-900c94c8d17d321dc4bfbcc287d439626d4b65d9.tar.gz
Bump version to 8.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c81453eb527..cef5fbbe5134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nativescript
pkgdesc = CLI for building NativeScript apps
- pkgver = 8.4.0
+ pkgver = 8.5.1
pkgrel = 1
url = https://www.npmjs.com/package/nativescript
arch = any
@@ -8,9 +8,9 @@ pkgbase = nativescript
makedepends = npm
depends = nodejs
conflicts = nativescript-cli
- noextract = nativescript-8.4.0.tgz
+ noextract = nativescript-8.5.1.tgz
options = !emptydirs
- source = https://registry.npmjs.org/nativescript/-/nativescript-8.4.0.tgz
- sha512sums = a3ee038c1dcd5b14f37fe775a4bb2b43ecb2d33f697ccdafafc78607b9866e0cab5c31871797849035b4f60f86fa01cd1be768ee609f85da61e1d42a13f98f3f
+ source = https://registry.npmjs.org/nativescript/-/nativescript-8.5.1.tgz
+ sha512sums = 86a2ce04e774a482a7c53124f95751d528477704b01555f49080c32220b4348f06f8a9eee8306c5027804038ba14b8ad5d0c96cf7e8520abcc350a98ccce590f
pkgname = nativescript
diff --git a/PKGBUILD b/PKGBUILD
index 3b8af6b217c7..866ca4a7d173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer: Jean Lucas <jean@4ray.co>
pkgname=nativescript
-pkgver=8.4.0
+pkgver=8.5.1
pkgrel=1
pkgdesc='CLI for building NativeScript apps'
arch=(any)
@@ -14,7 +14,7 @@ optdepents=(android-sdk: for native Android development)
conflicts=(nativescript-cli)
options=(!emptydirs)
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha512sums=('a3ee038c1dcd5b14f37fe775a4bb2b43ecb2d33f697ccdafafc78607b9866e0cab5c31871797849035b4f60f86fa01cd1be768ee609f85da61e1d42a13f98f3f')
+sha512sums=('86a2ce04e774a482a7c53124f95751d528477704b01555f49080c32220b4348f06f8a9eee8306c5027804038ba14b8ad5d0c96cf7e8520abcc350a98ccce590f')
noextract=($pkgname-$pkgver.tgz)
package() {