[arch-commits] Commit in netbeans/trunk (PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Mon Sep 14 17:09:10 UTC 2020
Date: Monday, September 14, 2020 @ 17:09:09
Author: sangy
Revision: 706088
upgpkg: netbeans 12.0_u1-1
- Fixes CVE-2020-11986
Modified:
netbeans/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-14 16:47:16 UTC (rev 706087)
+++ PKGBUILD 2020-09-14 17:09:09 UTC (rev 706088)
@@ -4,7 +4,7 @@
# Contributor: Ben Wolsieffer <benwolsieffer at gmail.com>
pkgname=netbeans
-pkgver=12.0
+pkgver=12.0_u1
pkgrel=1
pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
arch=('any')
@@ -20,11 +20,11 @@
# you can figure out what's the best urlbase in case you want to override it by going to:
# https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
urlbase="https://ftp.wayne.edu/apache/"
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip"
- "https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc"
+source=("${urlbase}/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip"
+ "https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc"
"netbeans.clusters")
-sha256sums=('32e258a55b3a2f28a90755fc6dc9b8d71994f68af59c834b0738adc3fca736be'
+sha256sums=('38d9636365fe72d0a1249af2aadde289862a074f2c33d26fa852d9b2ead370fd'
'SKIP'
'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
More information about the arch-commits
mailing list