diff options
author | Stanislav Sizonov | 2022-12-18 00:35:17 -0500 |
---|---|---|
committer | Stanislav Sizonov | 2022-12-18 00:35:17 -0500 |
commit | e848fc7be17ecfdf28ccb51f19a124783e212985 (patch) | |
tree | 78da978ed24eac04a757e6fadb37fd61fa28906c | |
parent | 1aa943e34f47d06e7bb65ca859ffd236973930c3 (diff) | |
download | aur-e848fc7be17ecfdf28ccb51f19a124783e212985.tar.gz |
new release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ pkgbase = karbowanecwallet-bin pkgdesc = Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency - pkgver = 1.7.10 + pkgver = 1.8.4 pkgrel = 1 url = https://karbo.io arch = x86_64 license = custom depends = qt5-networkauth - source = karbowanecwallet-bin-1.7.10.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.10/Karbo-wallet-ubuntu-20.04-v.1.7.10.tar.gz - sha256sums = 863BC7E6FF743629E33A23C6B7AFA70910B85F0C101788E1C2660AE786002B02 + source = karbowanecwallet-bin-1.8.4.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.8.4/Karbo-wallet-ubuntu-22.04-v.1.8.4.tar.gz + sha256sums = 0F2333E7EB96FCA49195263320D0725BE4DF8AB4349BB4D3C7CA29B8C29B6001 pkgname = karbowanecwallet-bin @@ -4,15 +4,15 @@ pkgname='karbowanecwallet-bin' _pkgname='KarbowanecWallet' -pkgver=1.7.10 +pkgver=1.8.4 pkgrel=1 pkgdesc='Karbowanec Wallet - wallet for Karbo (Karbovanets) cryptocurrency' arch=('x86_64') url='https://karbo.io' license=('custom') depends=('qt5-networkauth') -source=("$pkgname-$pkgver.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.7.10/Karbo-wallet-ubuntu-20.04-v.1.7.10.tar.gz") -sha256sums=('863BC7E6FF743629E33A23C6B7AFA70910B85F0C101788E1C2660AE786002B02') +source=("$pkgname-$pkgver.deb::https://github.com/seredat/karbowanecwallet/releases/download/v.1.8.4/Karbo-wallet-ubuntu-22.04-v.1.8.4.tar.gz") +sha256sums=('0F2333E7EB96FCA49195263320D0725BE4DF8AB4349BB4D3C7CA29B8C29B6001') prepare() { cd "$srcdir" |