diff options
author | metaanon | 2021-12-19 19:34:53 +0000 |
---|---|---|
committer | metaanon | 2021-12-19 19:34:53 +0000 |
commit | 5077714e1ba99100b7c2eb753f52f3f902dbb5ec (patch) | |
tree | d6585cb742dc8eae097e0dc0dcd298ebff63411f | |
parent | 9956b9e7bcad8a7bb9652fa73ec3757c38aeb4a3 (diff) | |
download | aur-5077714e1ba99100b7c2eb753f52f3f902dbb5ec.tar.gz |
Version 1.28.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = binance pkgdesc = The Binance desktop application - pkgver = 1.28.0 + pkgver = 1.28.1 pkgrel = 1 url = https://www.binance.com/en/download arch = x86_64 license = unknown checkdepends = curl checkdepends = coreutils - source = binance-1.28.0.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb - sha256sums = a89b83f8ee0cf54f0fe8984550573ddb29655f5be0659bd39537746e9877568e + source = binance-1.28.1.deb::https://ftp.binance.com/electron-desktop/linux/production/binance-amd64-linux.deb + sha256sums = 801b591b3a0a55b844f8d8b81caf482ea8efb1487232b661cb1ee6f2bdbcd5aa pkgname = binance @@ -3,7 +3,7 @@ # Maintainer: tyjak pkgname=binance -pkgver=1.28.0 +pkgver=1.28.1 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=('a89b83f8ee0cf54f0fe8984550573ddb29655f5be0659bd39537746e9877568e') +sha256sums=('801b591b3a0a55b844f8d8b81caf482ea8efb1487232b661cb1ee6f2bdbcd5aa') check() { cd "$srcdir" |