diff options
author | goll | 2020-05-05 16:16:27 +0200 |
---|---|---|
committer | goll | 2020-05-05 16:16:27 +0200 |
commit | 87391ea5ea12005e3e9286d01d331c0809e2c552 (patch) | |
tree | c4861797d7f51b6e6869a05200d433eb07a1b63b | |
parent | 196336c5ebbbbbc33b4291060e4959ee1cd48729 (diff) | |
download | aur-87391ea5ea12005e3e9286d01d331c0809e2c552.tar.gz |
Update to 2.73
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = tixati pkgdesc = Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol - pkgver = 2.72 + pkgver = 2.73 pkgrel = 1 url = http://www.tixati.com/ install = tixati.install @@ -14,10 +14,10 @@ pkgbase = tixati optdepends = gconf: for shell integration source = LICENSE sha256sums = 4b8bc7a9be3ad1300dd8e90cbf5af96a597379c3b994ee0793990fee3290c8d2 - source_i686 = https://download2.tixati.com/download/tixati-2.72-1.i686.manualinstall.tar.gz - sha256sums_i686 = 77e6b43a80276dc42e79fc561b35c6e3c9edef78ab6b34468d4be76f32a7d073 - source_x86_64 = https://download2.tixati.com/download/tixati-2.72-1.x86_64.manualinstall.tar.gz - sha256sums_x86_64 = 194e7def7577c0c6cdc9e695c5b01a30f250ecdc8efefaec6a92eebb783f5113 + source_i686 = https://download2.tixati.com/download/tixati-2.73-1.i686.manualinstall.tar.gz + sha256sums_i686 = e20950c7b6b07d6d4b46725238659e8ca4b504fb096c3b9cac4f207e4df3987a + source_x86_64 = https://download2.tixati.com/download/tixati-2.73-1.x86_64.manualinstall.tar.gz + sha256sums_x86_64 = d96596a54b67a9838571e5513144b200a575c067edfe0185a202b8c7097399d9 pkgname = tixati @@ -1,7 +1,7 @@ # Maintainer: goll <adrian.goll+aur[at]gmail> pkgname=tixati -pkgver=2.72 +pkgver=2.73 pkgrel=1 pkgdesc="Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol" arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ source=('LICENSE') source_i686=("https://download2.tixati.com/download/$pkgname-${pkgver}-1.i686.manualinstall.tar.gz") source_x86_64=("https://download2.tixati.com/download/$pkgname-${pkgver}-1.x86_64.manualinstall.tar.gz") sha256sums=('4b8bc7a9be3ad1300dd8e90cbf5af96a597379c3b994ee0793990fee3290c8d2') -sha256sums_i686=('77e6b43a80276dc42e79fc561b35c6e3c9edef78ab6b34468d4be76f32a7d073') -sha256sums_x86_64=('194e7def7577c0c6cdc9e695c5b01a30f250ecdc8efefaec6a92eebb783f5113') +sha256sums_i686=('e20950c7b6b07d6d4b46725238659e8ca4b504fb096c3b9cac4f207e4df3987a') +sha256sums_x86_64=('d96596a54b67a9838571e5513144b200a575c067edfe0185a202b8c7097399d9') package() { cd "$srcdir/$pkgname-${pkgver}-1.$CARCH.manualinstall" |