diff options
author | Amin Vakil | 2024-10-29 13:11:42 +0330 |
---|---|---|
committer | Amin Vakil | 2024-10-29 13:11:42 +0330 |
commit | f9f2343f41a1954171295d4c0329b2e6c35758ea (patch) | |
tree | d731fe03b7620ff71cc407d00ffcc8531379ab99 | |
parent | 48f3535b94b1659de9e41753cc170850722115c1 (diff) | |
download | aur-f9f2343f41a1954171295d4c0329b2e6c35758ea.tar.gz |
upgpkg: zoiper-bin 5.6.5-1
upstream release
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = zoiper-bin pkgdesc = a SIP and IAX2 VoIP softphone - pkgver = 5.6.4 + pkgver = 5.6.5 pkgrel = 1 url = https://www.zoiper.com/ arch = i686 @@ -12,9 +12,9 @@ pkgbase = zoiper-bin depends = v4l-utils provides = zoiper conflicts = zoiper - noextract = Zoiper5_5.6.4_x86_64.tar.xz + noextract = Zoiper5_5.6.5_x86_64.tar.xz options = !strip - source = Zoiper5_5.6.4_x86_64.tar.xz::https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux + source = Zoiper5_5.6.5_x86_64.tar.xz::https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux source = LICENSE source = zoiper.desktop source = zoiper.png @@ -22,7 +22,7 @@ pkgbase = zoiper-bin source = zoiper-48.png source = zoiper-96.png source = zoipdl.sh - md5sums = e4308004f454e7d7947aa13b6c67b1e6 + md5sums = c2b5034d78c65e00516f043889a7de93 md5sums = af44d50f7be21acccbb3f70e831b57b9 md5sums = 1c77ec64b25899d3b027153da9a0a598 md5sums = c11462ef768e78964c9771ef8ba9490f @@ -30,7 +30,7 @@ pkgbase = zoiper-bin md5sums = a2b638b39dd25ae029ec80ade53cd48b md5sums = b03e6d65d8b5e22566c20b9a34eb5b95 md5sums = 5ab0d7bbefdfc83470dedff4f5c51182 - sha256sums = 6580b56def253aa4603498ff2bd57ac54b7b8056a242bfa33887eb396a1ed4f2 + sha256sums = 24faf36bfebe53da7aa2483e9b89bc166a5ae092b55a985d3dc202d05e177020 sha256sums = 4ed406e6786163514ff0714af7417e680c56cbe1edcb297196d6dbee2ffa798b sha256sums = 8d449a3f15d0a1f6307106bcb5f62ec8f921ba2279d5d42042bd0d2beb08f103 sha256sums = b3dd0f8bb4314444177b122d032142459cba606b8f7812a8489d3cbbf83f2b3b @@ -6,7 +6,7 @@ set -u pkgname='zoiper-bin' _pkgname='zoiper' -pkgver='5.6.4' +pkgver='5.6.5' pkgrel='1' pkgdesc='a SIP and IAX2 VoIP softphone' arch=('i686' 'x86_64') @@ -26,7 +26,7 @@ source=( source+=('zoipdl.sh') noextract=("${_srcfil}") -md5sums=('e4308004f454e7d7947aa13b6c67b1e6' +md5sums=('c2b5034d78c65e00516f043889a7de93' 'af44d50f7be21acccbb3f70e831b57b9' '1c77ec64b25899d3b027153da9a0a598' 'c11462ef768e78964c9771ef8ba9490f' @@ -34,7 +34,7 @@ md5sums=('e4308004f454e7d7947aa13b6c67b1e6' 'a2b638b39dd25ae029ec80ade53cd48b' 'b03e6d65d8b5e22566c20b9a34eb5b95' '5ab0d7bbefdfc83470dedff4f5c51182') -sha256sums=('6580b56def253aa4603498ff2bd57ac54b7b8056a242bfa33887eb396a1ed4f2' +sha256sums=('24faf36bfebe53da7aa2483e9b89bc166a5ae092b55a985d3dc202d05e177020' '4ed406e6786163514ff0714af7417e680c56cbe1edcb297196d6dbee2ffa798b' '8d449a3f15d0a1f6307106bcb5f62ec8f921ba2279d5d42042bd0d2beb08f103' 'b3dd0f8bb4314444177b122d032142459cba606b8f7812a8489d3cbbf83f2b3b' |