diff options
author | metaanon | 2025-02-15 10:18:59 +0000 |
---|---|---|
committer | metaanon | 2025-02-15 10:18:59 +0000 |
commit | 38cd47972681a3bc7cdeb294a69fb6f14287bd9f (patch) | |
tree | 2b885d6ed179626561a80a980951f36676109a72 | |
parent | 5e7c3dc3413258bca0412984bd0c9a97fc1ed115 (diff) | |
download | aur-38cd47972681a3bc7cdeb294a69fb6f14287bd9f.tar.gz |
Version 1.54.12
-rwxr-xr-x | .SRCINFO | 6 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = binance pkgdesc = The Binance desktop application - pkgver = 1.54.8 + pkgver = 1.54.12 pkgrel = 1 url = https://www.binance.com/en/download arch = x86_64 license = unknown checkdepends = curl checkdepends = coreutils - source = binance-1.54.8.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb - sha256sums = f1b1453a63c334e0efccde4820998e6ce2c53f096f3d63e4dc76e0009dc6d69f + source = binance-1.54.12.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb + sha256sums = 35cb90ad74e5150716c99d02befc535e2415bb1da538b712f762eb33ab7e541c pkgname = binance @@ -3,7 +3,7 @@ # Maintainer: tyjak pkgname=binance -pkgver=1.54.8 +pkgver=1.54.12 pkgrel=1 pkgdesc="The Binance desktop application" arch=('x86_64') @@ -12,7 +12,7 @@ license=('unknown') checkdepends=('curl' 'coreutils') source=('https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb') source=("${pkgname}-${pkgver}.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb") -sha256sums=('f1b1453a63c334e0efccde4820998e6ce2c53f096f3d63e4dc76e0009dc6d69f') +sha256sums=('35cb90ad74e5150716c99d02befc535e2415bb1da538b712f762eb33ab7e541c') check() { cd "$srcdir" |