summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Roll2022-01-03 11:25:20 +1000
committerAshley Roll2022-01-03 11:25:20 +1000
commit4ac2c98cda2b3601169fb08c91cf19c2d648d9ce (patch)
tree52ac89db7375380c9202ea4f7ced9f8c3d86005f
parentb0fb333a67d16f68348b09cfcc8dd17a6fb86ca4 (diff)
downloadaur-4ac2c98cda2b3601169fb08c91cf19c2d648d9ce.tar.gz
Updated to 1.3.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91762b100334..a7184c6e4f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 1.3.15.0
+ pkgver = 1.3.16.0
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.3.15.0_x86-64-manual.tar.gz
- sha256sums = a1616afc96041f52bd856fa3a655507b4ef27637194940060dee7c18d3d255df
+ source = https://www.astrodmx-capture.org.uk/sites/downloads/astrodmx/old/x86-64/astrodmx-capture_1.3.16.0_x86-64-manual.tar.gz
+ sha256sums = 7ed9d0da2c958bf8d0e14b217808cc90eae94cacd5113bf85643e2272edf1aa5
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index ad5a9653287a..817d13391b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astrodmx-capture
-pkgver=1.3.15.0
+pkgver=1.3.16.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=("a1616afc96041f52bd856fa3a655507b4ef27637194940060dee7c18d3d255df")
+sha256sums=("7ed9d0da2c958bf8d0e14b217808cc90eae94cacd5113bf85643e2272edf1aa5")
_instdir="/usr/local/AstroDMx_Capture"
_prefix="AstroDMx-${pkgver}-manual"