summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-02-19 08:45:22 +0100
committerNicola Murino2021-02-19 08:45:22 +0100
commit9f3b2975e91111d5ad5e63be377f81572a3dd62f (patch)
tree948d38d8c9e167f059702a9388cfd545d4e73a26
parentde990f8bacfdc5b7a929f9292488d2dbedabe84b (diff)
downloadaur-9f3b2975e91111d5ad5e63be377f81572a3dd62f.tar.gz
update to 2.0.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 300e3abdff22..c318128c9b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-jasper
pkgdesc = A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard (mingw-w64)
- pkgver = 2.0.23
+ pkgver = 2.0.25
pkgrel = 1
url = https://www.ece.uvic.ca/~mdadams/jasper/
arch = any
@@ -10,12 +10,12 @@ pkgbase = mingw-w64-jasper
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/mdadams/jasper/archive/version-2.0.23.tar.gz
+ source = https://github.com/mdadams/jasper/archive/version-2.0.25.tar.gz
source = jasper-1.900.1-fix-filename-buffer-overflow.patch
source = 001-mingw-cmake.patch
source = 004-jasper-exports.patch
source = jasper-static-fix.patch
- sha256sums = 20facc904bd9d38c20e0c090b1be3ae02ae5b2703b803013be2ecad586a18927
+ sha256sums = f5bc48e2884bcabd2aca1737baff4ca962ec665b6eb673966ced1f7adea07edb
sha256sums = f51377e9b3e4faaa6b17b2d5fcf6f6d94fe2916a65dc9c78b5a99b891f5726dc
sha256sums = 2b261c9b40b973d0d11f7b2b6842b36aee45657cbd5e0780fa73cb184f570b65
sha256sums = aef39fbaf65c0453a785eb563253f2bb66806ddbebcd836b8bd8dce67c7059eb
diff --git a/PKGBUILD b/PKGBUILD
index 18c09aa3f764..214ff1c6b653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-jasper
-pkgver=2.0.23
+pkgver=2.0.25
pkgrel=1
pkgdesc="A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard (mingw-w64)"
arch=(any)
@@ -15,7 +15,7 @@ source=("https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz"
"004-jasper-exports.patch"
"jasper-static-fix.patch")
-sha256sums=('20facc904bd9d38c20e0c090b1be3ae02ae5b2703b803013be2ecad586a18927'
+sha256sums=('f5bc48e2884bcabd2aca1737baff4ca962ec665b6eb673966ced1f7adea07edb'
'f51377e9b3e4faaa6b17b2d5fcf6f6d94fe2916a65dc9c78b5a99b891f5726dc'
'2b261c9b40b973d0d11f7b2b6842b36aee45657cbd5e0780fa73cb184f570b65'
'aef39fbaf65c0453a785eb563253f2bb66806ddbebcd836b8bd8dce67c7059eb'