summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2020-05-05 16:16:27 +0200
committergoll2020-05-05 16:16:27 +0200
commit87391ea5ea12005e3e9286d01d331c0809e2c552 (patch)
treec4861797d7f51b6e6869a05200d433eb07a1b63b
parent196336c5ebbbbbc33b4291060e4959ee1cd48729 (diff)
downloadaur-87391ea5ea12005e3e9286d01d331c0809e2c552.tar.gz
Update to 2.73
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f11c19ed27..56a97b5ad701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e79121393be6..ae1968410e6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"