From 5a2418325d6c57cf4ec56cdcf29c8f5bb884e51f Mon Sep 17 00:00:00 2001 From: Tarasov Aleksandr <55220741+arabianq@users.noreply.github.com> Date: Thu, 9 Apr 2026 10:10:50 +0300 Subject: [PATCH] change version to 1.7.0 (#52) --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- packages/aur/bin/.SRCINFO | 8 ++++---- packages/aur/bin/PKGBUILD | 4 ++-- packages/aur/standart/.SRCINFO | 4 ++-- packages/aur/standart/PKGBUILD | 2 +- packages/rpm/pwsp.spec | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 482522e..460f4f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,9 +2078,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" dependencies = [ "libc", "wasi", @@ -2904,7 +2904,7 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[package]] name = "pwsp" -version = "1.6.3" +version = "1.7.0" dependencies = [ "async-trait", "clap", @@ -3769,9 +3769,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" dependencies = [ "bytes", "libc", @@ -3786,9 +3786,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index dc05b5b..feda92c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwsp" -version = "1.6.3" +version = "1.7.0" edition = "2024" authors = ["arabian"] description = "PWSP lets you play audio files through your microphone. Has both CLI and GUI clients." @@ -12,7 +12,7 @@ keywords = ["soundpad", "pipewire", "linux", "cli", "gui"] [dependencies] -tokio = { version = "1.50.0", features = ["full"] } +tokio = { version = "1.51.1", features = ["full"] } async-trait = "0.1.89" serde = { version = "1.0.228", features = ["derive"] } diff --git a/packages/aur/bin/.SRCINFO b/packages/aur/bin/.SRCINFO index 10be0d2..46949b5 100644 --- a/packages/aur/bin/.SRCINFO +++ b/packages/aur/bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pwsp-bin pkgdesc = Lets you play audio files through your microphone (Pre-built binaries) -pkgver = 1.6.3 +pkgver = 1.7.0 pkgrel = 2 url = https://github.com/arabianq/pipewire-soundpad arch = x86_64 @@ -9,9 +9,9 @@ depends = pipewire depends = alsa-lib provides = pwsp conflicts = pwsp -source = pwsp-bin-1.6.3.zip :: https://github.com/arabianq/pipewire-soundpad/releases/download/v1.6.3/pwsp-v1.6.3-linux-x64.zip -source = pipewire-soundpad-1.6.3.tar.gz :: https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/v1.6.3.tar.gz +source = pwsp-bin-1.7.0.zip :: https://github.com/arabianq/pipewire-soundpad/releases/download/v1.7.0/pwsp-v1.7.0-linux-x64.zip +source = pipewire-soundpad-1.7.0.tar.gz :: https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/v1.7.0.tar.gz sha256sums = SKIP sha256sums = SKIP -pkgname = pwsp-bin \ No newline at end of file +pkgname = pwsp-bin diff --git a/packages/aur/bin/PKGBUILD b/packages/aur/bin/PKGBUILD index bc52cf7..6dbd15e 100644 --- a/packages/aur/bin/PKGBUILD +++ b/packages/aur/bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexander Tarasov pkgname=pwsp-bin _pkgname=pipewire-soundpad -pkgver=1.6.3 +pkgver=1.7.0 pkgrel=2 pkgdesc="Lets you play audio files through your microphone (Pre-built binaries)" arch=('x86_64') @@ -29,4 +29,4 @@ package() { install -Dm644 "$_srcsrc/assets/pwsp-daemon.service" "${pkgdir}/usr/lib/systemd/user/pwsp-daemon.service" install -Dm644 "$_srcsrc/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} \ No newline at end of file +} diff --git a/packages/aur/standart/.SRCINFO b/packages/aur/standart/.SRCINFO index 2b1f477..a7ef69c 100644 --- a/packages/aur/standart/.SRCINFO +++ b/packages/aur/standart/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pwsp pkgdesc = Lets you play audio files through your microphone - pkgver = 1.6.3 + pkgver = 1.7.0 pkgrel = 1 url = https://github.com/arabianq/pipewire-soundpad arch = any @@ -10,7 +10,7 @@ pkgbase = pwsp makedepends = cargo makedepends = pipewire makedepends = alsa-lib - source = https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/v1.6.3.tar.gz + source = https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/v1.7.0.tar.gz sha256sums = SKIP pkgname = pwsp diff --git a/packages/aur/standart/PKGBUILD b/packages/aur/standart/PKGBUILD index 3544c3f..c7f7b8e 100644 --- a/packages/aur/standart/PKGBUILD +++ b/packages/aur/standart/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexander Tarasov pkgsubn=pwsp pkgname=pwsp -pkgver=1.6.3 +pkgver=1.7.0 pkgrel=1 pkgdesc="Lets you play audio files through your microphone" arch=('any') diff --git a/packages/rpm/pwsp.spec b/packages/rpm/pwsp.spec index 489c095..e8227d7 100644 --- a/packages/rpm/pwsp.spec +++ b/packages/rpm/pwsp.spec @@ -4,7 +4,7 @@ %global cargo_install_lib 0 Name: pwsp -Version: 1.6.3 +Version: 1.7.0 Release: %autorelease Summary: Lets you play audio files through your microphone @@ -52,4 +52,4 @@ install -Dm644 assets/pwsp-daemon.service %{buildroot}/usr/lib/systemd/user/pwsp /usr/lib/systemd/user/pwsp-daemon.service %changelog -%autochangelog \ No newline at end of file +%autochangelog