feat: update to 1.1.3

This commit is contained in:
xpe-online 2026-02-27 23:17:40 +08:00
parent 77a89db43f
commit afb16f4c66
No known key found for this signature in database
GPG key ID: 453777AAB83142BD
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = micyou-bin
pkgdesc = Turn your Android device into a high-quality wireless microphone for your PC
pkgver = 1.1.2
pkgver = 1.1.3
pkgrel = 1
url = https://github.com/LanRhyme/MicYou
arch = x86_64
@ -21,9 +21,9 @@ pkgbase = micyou-bin
optdepends = xdg-utils: Open URLs in default browser
provides = micyou
conflicts = micyou
noextract = MicYou-Linux-1.1.2.deb
noextract = MicYou-Linux-1.1.3.deb
options = !strip
source = https://github.com/LanRhyme/MicYou/releases/download/v1.1.2-20260223-0254/MicYou-Linux-1.1.2.deb
sha256sums = 838ad224a267e66125a521e85657fae2b10a7a4052ab78f1044e59659e76bb2e
source = https://github.com/LanRhyme/MicYou/releases/download/v1.1.3/MicYou-Linux-1.1.3.deb
sha256sums = 92424ac07d1c5733a278b13a299f4671394de9fdf10791b726cfd089cb5d5e27
pkgname = micyou-bin

View file

@ -2,8 +2,7 @@
# Maintainer: snowdropQwQ <xpecnh2n@gmail.com>
pkgname=micyou-bin
_pkgver=1.1.2-20260223-0254
pkgver=1.1.2
pkgver=1.1.3
pkgrel=1
pkgdesc="Turn your Android device into a high-quality wireless microphone for your PC"
arch=('x86_64')
@ -17,8 +16,8 @@ optdepends=(
provides=('micyou')
conflicts=('micyou')
options=('!strip')
source=("https://github.com/LanRhyme/MicYou/releases/download/v${_pkgver}/MicYou-Linux-${pkgver}.deb")
sha256sums=('838ad224a267e66125a521e85657fae2b10a7a4052ab78f1044e59659e76bb2e')
source=("https://github.com/LanRhyme/MicYou/releases/download/v${pkgver}/MicYou-Linux-${pkgver}.deb")
sha256sums=('92424ac07d1c5733a278b13a299f4671394de9fdf10791b726cfd089cb5d5e27')
noextract=("MicYou-Linux-${pkgver}.deb")
package() {