summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2021-03-12 21:53:00 -0500
committerAdam Goldsmith2021-03-12 21:53:00 -0500
commit8c24a1fddd0d6f9aa10e0413d0a597b740124e35 (patch)
treedfba2d59cb1a08e388b5ab8c0cb61f5ddf934e39
parentf50e21ee010443cae90ec9fe4c108bba4501893b (diff)
downloadaur-8c24a1fddd0d6f9aa10e0413d0a597b740124e35.tar.gz
Bump version to 7.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c6b9888aac2..45018ef1cd36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nativescript
pkgdesc = CLI for building NativeScript apps
- pkgver = 7.2.0
+ pkgver = 7.2.1
pkgrel = 1
url = https://www.npmjs.com/package/nativescript
arch = any
@@ -8,10 +8,10 @@ pkgbase = nativescript
makedepends = npm
depends = nodejs
conflicts = nativescript-cli
- noextract = nativescript-7.2.0.tgz
+ noextract = nativescript-7.2.1.tgz
options = !emptydirs
- source = https://registry.npmjs.org/nativescript/-/nativescript-7.2.0.tgz
- sha512sums = b444f298ee649e7e1d0af39ff33217a22efab88aafc54eb69dbb0b7219ac3567205609dae08e3cc4b056ff171bc1956c5eec12e133a4a96698e4ce9d4b6e1e22
+ source = https://registry.npmjs.org/nativescript/-/nativescript-7.2.1.tgz
+ sha512sums = 494c4f56b79f521ea42553a9b985a53e55dec4960449650a1a876dcb33130156e8fcd88c6032cd484514970abdbe3a9707d17aeb817f87566111c5ca10c4c6e2
pkgname = nativescript
diff --git a/PKGBUILD b/PKGBUILD
index 9950b285a3f2..a84637a42ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer: Jean Lucas <jean@4ray.co>
pkgname=nativescript
-pkgver=7.2.0
+pkgver=7.2.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=('b444f298ee649e7e1d0af39ff33217a22efab88aafc54eb69dbb0b7219ac3567205609dae08e3cc4b056ff171bc1956c5eec12e133a4a96698e4ce9d4b6e1e22')
+sha512sums=('494c4f56b79f521ea42553a9b985a53e55dec4960449650a1a876dcb33130156e8fcd88c6032cd484514970abdbe3a9707d17aeb817f87566111c5ca10c4c6e2')
noextract=($pkgname-$pkgver.tgz)
package() {