summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec6d9cec960..7cdcbbf7d669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://free-astro.org/index.php/Siril
arch = i686
@@ -20,8 +20,8 @@ pkgbase = siril
optdepends = ffms2: films native support as image sequences and import
optdepends = libcurl-gnutls: check for updates
optdepends = gnuplot: photometry graphs creation
- source = https://free-astro.org/download/siril-0.9.10.tar.bz2
- sha1sums = 5be59d908fd76a73fd8e544cd46c3bfe54dd19d8
+ source = https://free-astro.org/download/siril-0.9.11.tar.bz2
+ sha1sums = c4678215025c1cf95fd1d4cc1682896d157ed02a
pkgname = siril
diff --git a/PKGBUILD b/PKGBUILD
index 215d72c79dc4..151ac700bfb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('libpng: PNG import'
_pkgname="${pkgname}-${pkgver}"
source=("https://free-astro.org/download/${_pkgname}.tar.bz2")
-sha1sums=('5be59d908fd76a73fd8e544cd46c3bfe54dd19d8')
+sha1sums=('c4678215025c1cf95fd1d4cc1682896d157ed02a')
build() {
cd "${pkgname}"