mirror of
https://github.com/archlinux/aur.git
synced 2026-03-13 23:24:01 +01:00
update to 0.7.1
This commit is contained in:
parent
3652f44ad6
commit
de41e647c1
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = hugin-messenger-bin
|
||||
pkgdesc = The new version of the private messaging desktop application powered by the Kryptokrona Blockchain.(Prebuilt version.Use system-wide electron)
|
||||
pkgver = 0.7.0
|
||||
pkgver = 0.7.1
|
||||
pkgrel = 1
|
||||
url = https://hugin.chat/
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
depends = electron19
|
||||
provides = hugin-messenger=0.7.0
|
||||
provides = hugin-messenger=0.7.1
|
||||
conflicts = hugin-messenger
|
||||
source = hugin-messenger-0.7.0.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.7.0/hugin-messenger_0.7.0_amd64.deb
|
||||
source = hugin-messenger-0.7.1.deb::https://github.com/kryptokrona/hugin-desktop/releases/download/0.7.1/hugin-messenger_0.7.1_amd64.deb
|
||||
source = hugin-messenger.sh
|
||||
sha256sums = 3dd92c76f960bb4019ea524cf94a3d85500b8ea24754bffbd205f70f6ff31cca
|
||||
sha256sums = b6077e6942e7e83b99a81ac72ad2c92049e4d065c91b5a4d286131b48ec003f8
|
||||
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
|
||||
|
||||
pkgname = hugin-messenger-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
pkgname=hugin-messenger-bin
|
||||
_pkgname="Hugin Messenger"
|
||||
pkgver=0.7.0
|
||||
pkgver=0.7.1
|
||||
_electronversion=19
|
||||
pkgrel=1
|
||||
pkgdesc="The new version of the private messaging desktop application powered by the Kryptokrona Blockchain.(Prebuilt version.Use system-wide electron)"
|
||||
|
|
@ -18,7 +18,7 @@ source=(
|
|||
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
|
||||
"${pkgname%-bin}.sh"
|
||||
)
|
||||
sha256sums=('3dd92c76f960bb4019ea524cf94a3d85500b8ea24754bffbd205f70f6ff31cca'
|
||||
sha256sums=('b6077e6942e7e83b99a81ac72ad2c92049e4d065c91b5a4d286131b48ec003f8'
|
||||
'291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
|
||||
build() {
|
||||
sed -e "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue