summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Collins2020-11-04 08:47:42 -0500
committerTravis Collins2020-11-04 08:47:42 -0500
commit40f737247e8f0b0902b981d4022e54dbde359950 (patch)
treeeae25aa815f9f8231be130c7ac35214bd8b32915
parentbe1cf607037d03ff1a0226f41521ce271ca26292 (diff)
downloadaur-40f737247e8f0b0902b981d4022e54dbde359950.tar.gz
update to 0.7.3 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c5bbca974f..13551785940f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
- pkgver = 0.7.2_beta
+ pkgver = 0.7.3_beta
pkgrel = 1
url = https://github.com/lawl/NoiseTorch
install = noisetorch-bin.install
@@ -10,9 +10,9 @@ pkgbase = noisetorch-bin
provides = noisetorch
conflicts = noisetorch-git
options = !strip
- source = noisetorch-bin-0.7.2_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.7.2-beta/NoiseTorch_x64.tgz
+ source = noisetorch-bin-0.7.3_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.7.3-beta/NoiseTorch_x64.tgz
source = noisetorch-bin.install
- sha256sums = 968a6eca34deedc5fc1e6ca190f1d555694a4505637aa268c5076f52a105a307
+ sha256sums = 05f191250301acef5ae89cecfd59c77588d5c881b8bd2a723ffa6aee8a076443
sha256sums = 84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 30d652e0f24b..2d966652b846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Travis Collins <erbrecht at pobox dot com>
pkgname=noisetorch-bin
-pkgver=0.7.2_beta
+pkgver=0.7.3_beta
pkgrel=1
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=('968a6eca34deedc5fc1e6ca190f1d555694a4505637aa268c5076f52a105a307'
+sha256sums=('05f191250301acef5ae89cecfd59c77588d5c881b8bd2a723ffa6aee8a076443'
'84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5')
package() {