diff options
author | zxp19821005 | 2024-12-18 17:50:23 +0800 |
---|---|---|
committer | zxp19821005 | 2024-12-18 17:50:23 +0800 |
commit | 6659aa914e2fd36dd31f99443749a40db7b20584 (patch) | |
tree | ee08bc16a95a5fedc3e2d614dd795130c75be1f3 | |
parent | 7530365ad027ad00a9e825ffd86e03e6b6431948 (diff) | |
download | aur-6659aa914e2fd36dd31f99443749a40db7b20584.tar.gz |
update to 0.7.5
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,16 +1,16 @@ pkgbase = mustang-bin pkgdesc = New full-featured desktop email, chat and video conference client.(Prebuilt version.Use system-wide electron) - pkgver = 0.7.4 + pkgver = 0.7.5 pkgrel = 1 url = https://mustang.im/ arch = x86_64 license = LicenseRef-EUPL-1.2 depends = electron32 conflicts = mustang - source = mustang-0.7.4.rpm::https://github.com/mustang-im/mustang/releases/download/v0.7.4/mustang-0.7.4.x86_64.rpm - source = LICENSE-0.7.4::https://raw.githubusercontent.com/mustang-im/mustang/v0.7.4/LICENSE + source = mustang-0.7.5.rpm::https://github.com/mustang-im/mustang/releases/download/v0.7.5/mustang-0.7.5.x86_64.rpm + source = LICENSE-0.7.5::https://raw.githubusercontent.com/mustang-im/mustang/v0.7.5/LICENSE source = mustang.sh - sha256sums = c6ffee76a70d0c9490c3af7f938c7ea32f734d75a2edb510302e45ae8c8f48ea + sha256sums = fed53ca108d81e5ed6a7d7b5805304349edf2ebbc5b8d31278397ea1d0241c35 sha256sums = 2fd5ca53adf527bacbae9e973b329aa522de8c1d51aac853ce07276922ed7c4d sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=mustang-bin _pkgname=Mustang -pkgver=0.7.4 +pkgver=0.7.5 _electronversion=32 pkgrel=1 pkgdesc="New full-featured desktop email, chat and video conference client.(Prebuilt version.Use system-wide electron)" @@ -19,7 +19,7 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/mustang-im/mustang/v${pkgver}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('c6ffee76a70d0c9490c3af7f938c7ea32f734d75a2edb510302e45ae8c8f48ea' +sha256sums=('fed53ca108d81e5ed6a7d7b5805304349edf2ebbc5b8d31278397ea1d0241c35' '2fd5ca53adf527bacbae9e973b329aa522de8c1d51aac853ce07276922ed7c4d' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') prepare() { |