makedeb


noisetorch-bin 0.12.2-2


Easy to use noise suppression for PulseAudio

Click here to go back to the commit logs for noisetorch-bin.

Commit:


Hash: d9cd73445b898187b706df10af611bea6b29c17a

Message: update to version 0.9.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1a76e12..8a28d79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = noisetorch-bin
 	pkgdesc = Easy to use noise suppression for PulseAudio
-	pkgver = 0.8.2
+	pkgver = 0.9.0
 	pkgrel = 3
 	url = https://github.com/lawl/NoiseTorch
 	install = noisetorch-bin.install
@@ -11,9 +11,9 @@ pkgbase = noisetorch-bin
 	conflicts = noisetorch-git
 	conflicts = noisetorch
 	options = !strip
-	source = noisetorch-bin-0.8.2.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.8.2/NoiseTorch_x64.tgz
+	source = noisetorch-bin-0.9.0.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.9.0/NoiseTorch_x64.tgz
 	source = noisetorch-bin.install
-	sha256sums = e350b59e54980e02bb9a4fcc324c347633c5b973b9c86ce43097db29e3cd640a
+	sha256sums = 2574b1c510f25a83cf899781c1186551942c8b75cced35615a07590b969fa025
 	sha256sums = 84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5
 
 pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7e2fb6..37dfe1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer:  Travis Collins <erbrecht at pobox dot com>
 
 pkgname=noisetorch-bin
-pkgver=0.8.2
+pkgver=0.9.0
 pkgrel=3
 pkgdesc='Easy to use noise suppression for PulseAudio'
 arch=('x86_64')
@@ -17,7 +17,7 @@ source=(
 	"${pkgname}-${pkgver}.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
 	"${pkgname}.install"
 )
-sha256sums=('e350b59e54980e02bb9a4fcc324c347633c5b973b9c86ce43097db29e3cd640a'
+sha256sums=('2574b1c510f25a83cf899781c1186551942c8b75cced35615a07590b969fa025'
             '84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5')
 
 package() {