summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-09-29 11:29:04 +0200
committerM0Rf302019-09-29 11:29:04 +0200
commitfb7c378042ca6390f2429c67940dee6cde40575b (patch)
tree14406fa6e735967586674dc34147d769c010f913
parent39c206b504ed21673153545e49a11151e3b04296 (diff)
downloadaur-fb7c378042ca6390f2429c67940dee6cde40575b.tar.gz
zerynth-studio: 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46836aa13202..26e63830447b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zerynth-studio
pkgdesc = A powerful IDE for embedded programming in Python that enables the IoT
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://www.zerynth.com/zerynth-studio/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = zerynth-studio
depends = libxss
noextract = zerynth.tar.xz
options = !strip
- source = http://download.zerynth.com/installer/zerynth.tar.xz
+ source = https://downloads.zerynth.com/zerynth.tar.xz
source = zerynth-studio.sh
source = zerynth-studio.desktop
- md5sums = SKIP
+ md5sums = cad56e5e0a1b04b1220004470c7e08b1
md5sums = 566bd15aa6acedd409673ab634ab1148
md5sums = 6cc82b387ddbee922b8e246efa5a6b97
diff --git a/PKGBUILD b/PKGBUILD
index 2999e9f9c495..faa248c4c601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zerynth-studio
_archivename=${pkgname%%-studio}.tar.xz
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A powerful IDE for embedded programming in Python that enables the IoT"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://www.zerynth.com/zerynth-studio/"
license=('COMMERCIAL')
depends=('gconf' 'libxss')
options=(!strip)
-source=("http://download.zerynth.com/installer/${_archivename}"
+source=("https://downloads.zerynth.com/${_archivename}"
"$pkgname.sh"
"$pkgname.desktop")
noextract=("${_archivename}")
@@ -37,6 +37,6 @@ package() {
chmod +44 -R "$pkgdir/opt/$pkgname/"
}
-md5sums=('SKIP'
+md5sums=('cad56e5e0a1b04b1220004470c7e08b1'
'566bd15aa6acedd409673ab634ab1148'
'6cc82b387ddbee922b8e246efa5a6b97')