summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Roll2021-12-21 09:34:05 +1000
committerAshley Roll2021-12-21 09:34:05 +1000
commit872abd6c1cfd06464b96ef15b493672b0effeac7 (patch)
tree81b8b8b9ffbbd3d110290f5f2b34a3090121112c
parent992868bf160e36498299633990e8c75df5554550 (diff)
downloadaur-872abd6c1cfd06464b96ef15b493672b0effeac7.tar.gz
Updated to version 1.3.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e09c8273e0b..dc19b2959fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 1.2.6
+ pkgver = 1.3.14.0
pkgrel = 1
url = https://www.linux-astro-imaging.uk/
install = astrodmx-capture.install
arch = x86_64
license = custom
options = !strip
- source = https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/old/x86-64/astrodmx-capture_1.2.6_x86-64-manual.tar.gz
- sha256sums = af349af9f2557788f248652055af54d5d3ded9a9ec1bc8db1d2d547fbd8f5dcb
+ source = https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/old/x86-64/astrodmx-capture_1.3.14.0_x86-64-manual.tar.gz
+ sha256sums = 8f5c2803eff1434d1b55aaf6faa18360234fd1d785d8e0c5c2499b2c3003da5f
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 78b9a80d9233..82d63d4ecfc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrodmx-capture
-pkgver=1.2.6
+pkgver=1.3.14.0
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -17,7 +17,7 @@ install=$pkgname.install
# 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/sites/downloads/astrodmx/old/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("af349af9f2557788f248652055af54d5d3ded9a9ec1bc8db1d2d547fbd8f5dcb")
+sha256sums=("8f5c2803eff1434d1b55aaf6faa18360234fd1d785d8e0c5c2499b2c3003da5f")
_instdir="/usr/local/AstroDMx_Capture"
_prefix="AstroDMx-${pkgver}-manual"