summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Roll2022-04-05 11:27:16 +1000
committerAshley Roll2022-04-05 11:27:16 +1000
commitf993931e3b225d37fe473c2349cae5b7779cf95a (patch)
treef70b997f5251eef9c83016313a5af098e5eac833
parente7bb661cf35e192c110e3c5982b48f6f03edc26b (diff)
downloadaur-f993931e3b225d37fe473c2349cae5b7779cf95a.tar.gz
Updated to 1.4.2.1; fix upstream url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed65500eeee5..97a5a95a46ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 1.4.1.0
+ pkgver = 1.4.2.1
pkgrel = 1
url = https://www.astrodmx-capture.org.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.4.1.0_x86-64-manual.tar.gz
- sha256sums = dcfa1c369f69826f77e3a5696951b57066fc8c4ec13ce10a790c2e5d85be5412
+ source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/old/x86-64/astrodmx-capture_1.4.2.1_x86-64-manual.tar.gz
+ sha256sums = a0ce7c38fc57fd75bb5ccd1bf4d6f7c0007511d97d9e7cab769078c421cc67dc
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 0a2cc47dc45a..f7eea83d1f3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrodmx-capture
-pkgver=1.4.1.0
+pkgver=1.4.2.1
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -16,8 +16,8 @@ install=$pkgname.install
# The Author, Nicola, is now copying new releases into both the `current` and `old` folders so that we
# 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=("dcfa1c369f69826f77e3a5696951b57066fc8c4ec13ce10a790c2e5d85be5412")
+source=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/old/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
+sha256sums=("a0ce7c38fc57fd75bb5ccd1bf4d6f7c0007511d97d9e7cab769078c421cc67dc")
_instdir="/usr/local/AstroDMx_Capture"
_prefix="AstroDMx-${pkgver}-manual"