summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Collins2021-02-01 08:58:19 -0500
committerTravis Collins2021-02-01 08:58:19 -0500
commit8c79946e2d04b1e1005853f685cc86e1b464a312 (patch)
tree248125ae01db585c246d708904ef4ab6ef72f433
parentd9cd73445b898187b706df10af611bea6b29c17a (diff)
downloadaur-8c79946e2d04b1e1005853f685cc86e1b464a312.tar.gz
update to release 0.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a28d79d42f2..257301eb258c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/lawl/NoiseTorch
install = noisetorch-bin.install
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = noisetorch-bin
conflicts = noisetorch-git
conflicts = noisetorch
options = !strip
- source = noisetorch-bin-0.9.0.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.9.0/NoiseTorch_x64.tgz
+ source = noisetorch-bin-0.10.0.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.10.0/NoiseTorch_x64.tgz
source = noisetorch-bin.install
- sha256sums = 2574b1c510f25a83cf899781c1186551942c8b75cced35615a07590b969fa025
+ sha256sums = b217fc98786af95f987204d9c4e345a7e8d15bb2a856e4c73733c9830e23b8d3
sha256sums = 84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 37dfe1e413b8..734c55109c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Travis Collins <erbrecht at pobox dot com>
pkgname=noisetorch-bin
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
@@ -17,7 +17,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
"${pkgname}.install"
)
-sha256sums=('2574b1c510f25a83cf899781c1186551942c8b75cced35615a07590b969fa025'
+sha256sums=('b217fc98786af95f987204d9c4e345a7e8d15bb2a856e4c73733c9830e23b8d3'
'84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5')
package() {