summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md17
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d03d365f89..f787d57f93d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Interactive 3D Universe software focused on ESA's Gaia mission
- pkgver = 2.3.0.c68fca318
+ pkgver = 2.3.1.b19516f2e
pkgrel = 1
epoch = 2
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = jre11-openjdk
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.3.0.c68fca318/gaiasky-2.3.0.c68fca318.tar.gz
- md5sums = 31fa445192b2cb9fd064d2109c9246dd
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/2.3.1.b19516f2e/gaiasky-2.3.1.b19516f2e.tar.gz
+ md5sums = e4a47ad4a04492eb581178e2c8892db8
pkgname = gaiasky
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86d1fac599c0..b77f9bf72e19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
<a name="unreleased"></a>
## [Unreleased](https://gitlab.com/langurmonkey/gaiasky/tree/master)
-[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.3.0...HEAD)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.3.1...HEAD)
+
+
+<a name="2.3.1"></a>
+## [2.3.1](https://gitlab.com/langurmonkey/gaiasky/tree/2.3.0) (2020-07-08)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/2.3.0...2.3.1)
+
+### Bug Fixes
+- shader lint function
+- additional check for http->https redirects
+
+### Code Refactoring
+- update some URLs from http to https
+
+### Features
+- hot reload of galaxy models
<a name="2.3.0"></a>
diff --git a/PKGBUILD b/PKGBUILD
index 8f286117bc32..54bd320348af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=2.3.0.c68fca318
+pkgver=2.3.1.b19516f2e
pkgrel=1
epoch=2
pkgdesc="Interactive 3D Universe software focused on ESA's Gaia mission"
@@ -21,7 +21,7 @@ install=gaiasky.install
changelog=CHANGELOG.md
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=("31fa445192b2cb9fd064d2109c9246dd")
+md5sums=("e4a47ad4a04492eb581178e2c8892db8")
validpgpkeys=()
prepare() {