summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2020-09-08 15:04:39 -0300
committerEduardo Bart2020-09-08 15:04:39 -0300
commit1d833769b7d4c44d9e8552e94cb71520eac6b804 (patch)
treeb15be4ea1ba734364a3f4271f673fbc46999b342
parent333b3613eaa4377aef386e63699f1ec8fce99016 (diff)
downloadaur-1d833769b7d4c44d9e8552e94cb71520eac6b804.tar.gz
Update to 1.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463b1b207bc0..0c444a99454a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-openal
pkgdesc = Cross-platform 3D audio library, software implementation (mingw-w64)
- pkgver = 1.20.0
+ pkgver = 1.20.1
pkgrel = 1
url = https://github.com/kcat/openal-soft
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-openal
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/kcat/openal-soft/archive/openal-soft-1.20.0.tar.gz
- sha256sums = ea1582337ce0344754cc6742b9a5da248fb971fb6fbcc592f843f765423d9265
+ source = https://github.com/kcat/openal-soft/archive/openal-soft-1.20.1.tar.gz
+ sha256sums = c32d10473457a8b545aab50070fe84be2b5b041e1f2099012777ee6be0057c13
pkgname = mingw-w64-openal
diff --git a/PKGBUILD b/PKGBUILD
index f0fb1fcc9df7..917973e52f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-openal
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc="Cross-platform 3D audio library, software implementation (mingw-w64)"
arch=(any)
@@ -8,8 +8,8 @@ license=('LGPL')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=(!strip !buildflags staticlibs)
-source=("https://github.com/kcat/openal-soft/archive/openal-soft-1.20.0.tar.gz")
-sha256sums=('ea1582337ce0344754cc6742b9a5da248fb971fb6fbcc592f843f765423d9265')
+source=("https://github.com/kcat/openal-soft/archive/openal-soft-$pkgver.tar.gz")
+sha256sums=('c32d10473457a8b545aab50070fe84be2b5b041e1f2099012777ee6be0057c13')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"