summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Černý2023-10-18 20:02:54 +0200
committerJan Černý2023-10-18 20:02:54 +0200
commit3af3395751494d6796fae41148dbb86b6e7f446a (patch)
tree85723cb440d0a80eec4a161924b1250dd7f7ffe4
parent5314064110c489de9855fdd8a282a4345ebb2248 (diff)
downloadaur-3af3395751494d6796fae41148dbb86b6e7f446a.tar.gz
Version 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a55ac9938dc6..e3388e1e97d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
@@ -33,7 +33,7 @@ pkgbase = astrodmx-capture
depends = cairo
depends = libwebcam-git
options = !strip
- source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.3.1_x86-64-manual.tar.gz
- sha256sums = e6700786ba85ed86352d1c460a0249f801ec93fd5fa2d02999613af51fc9d2c4
+ source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.3.2_x86-64-manual.tar.gz
+ sha256sums = 13ca09178d7e61e8ab124fa654249e7faec70c0918c7cc75a80a5ce76ea62c7a
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 68dced73d362..1abe66dac91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=astrodmx-capture
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -44,7 +44,7 @@ depends=('glibc>=2.27'
# can maintain a constant path the file. Hopefully this will allow us to continue installing older versions
# without breakage after a new version is released. Thanks Nicola!
source=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("e6700786ba85ed86352d1c460a0249f801ec93fd5fa2d02999613af51fc9d2c4")
+sha256sums=("13ca09178d7e61e8ab124fa654249e7faec70c0918c7cc75a80a5ce76ea62c7a")
_instdir="/opt/AstroDMx-Capture"
_prefix="AstroDMx-${pkgver}-manual"