New version 11.9.0-10273

This commit is contained in:
aur 2022-02-15 13:15:03 +01:00
parent 177010fe73
commit 30ee1d3205
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = speedifyui
pkgdesc = Use multiple internet connections in parallel
pkgver = 11.9.0.10269
pkgver = 11.9.0.10273
pkgrel = 0
url = https://speedify.com/
arch = x86_64
@ -9,11 +9,11 @@ pkgbase = speedifyui
license = unknown
depends = speedify
depends = libayatana-appindicator
source_x86_64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_11.9.0-10269_amd64.deb
source_x86_64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_11.9.0-10273_amd64.deb
md5sums_x86_64 = SKIP
source_aarch64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_11.9.0-10269_arm64.deb
source_aarch64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_11.9.0-10273_arm64.deb
md5sums_aarch64 = SKIP
source_armv7h = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_11.9.0-10269_armhf.deb
source_armv7h = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_11.9.0-10273_armhf.deb
md5sums_armv7h = SKIP
pkgname = speedifyui

View file

@ -1,6 +1,6 @@
# Maintainer: loupzeur <loup@loupzeur.net>
pkgname=speedifyui
_pkgver=11.9.0-10269
_pkgver=11.9.0-10273
pkgver=${_pkgver/-/.}
pkgrel=0
pkgdesc="Use multiple internet connections in parallel"

View file

@ -9,5 +9,5 @@ if [ $NVERSION != $CVERSION ]; then
makepkg
makepkg --printsrcinfo > .SRCINFO
git commit -am "New version $NVERSION"
git push aur master
fi
git push
fi