summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2023-03-09 11:22:21 +0100
committergoll2023-03-09 11:22:21 +0100
commit721f8477b28ab737d0a792b8fef7c283ae7528af (patch)
treeb7b7a810eb3267095a5d3a834ee59d141d957da9
parentda12d8045ecdf27b4a3682fdb5ebf3c6be585922 (diff)
downloadaur-721f8477b28ab737d0a792b8fef7c283ae7528af.tar.gz
Update to 3.16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7e81a1b9c0a..45fcac43db08 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 = 3.14
+ pkgver = 3.16
pkgrel = 1
url = http://www.tixati.com/
install = tixati.install
@@ -14,9 +14,9 @@ pkgbase = tixati
optdepends = gconf: for shell integration
source = LICENSE
sha256sums = 4b8bc7a9be3ad1300dd8e90cbf5af96a597379c3b994ee0793990fee3290c8d2
- source_i686 = https://download2.tixati.com/download/tixati-3.14-1.i686.manualinstall.tar.gz
- sha256sums_i686 = dd2662c1a3ea89f629e9c56e1a02473351d99c0b193daa235003827db39df226
- source_x86_64 = https://download2.tixati.com/download/tixati-3.14-1.x86_64.manualinstall.tar.gz
- sha256sums_x86_64 = 000b148cbbde639b9adf045e11e8d2c7f47e62b48d4f273bc09095f781cacb48
+ source_i686 = https://download2.tixati.com/download/tixati-3.16-1.i686.manualinstall.tar.gz
+ sha256sums_i686 = 20b91275938fa08464800c06c2450ff06bdc50889c73fcfb0f9f5f7a063a0cf4
+ source_x86_64 = https://download2.tixati.com/download/tixati-3.16-1.x86_64.manualinstall.tar.gz
+ sha256sums_x86_64 = a4aacb1a26443d13680c7bdeb55286f96059035cda231a3058aed2ae0d2ef490
pkgname = tixati
diff --git a/PKGBUILD b/PKGBUILD
index 60a51fbd5938..acec0b668709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: goll <adrian.goll+aur[at]gmail>
pkgname=tixati
-pkgver=3.14
+pkgver=3.16
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=('dd2662c1a3ea89f629e9c56e1a02473351d99c0b193daa235003827db39df226')
-sha256sums_x86_64=('000b148cbbde639b9adf045e11e8d2c7f47e62b48d4f273bc09095f781cacb48')
+sha256sums_i686=('20b91275938fa08464800c06c2450ff06bdc50889c73fcfb0f9f5f7a063a0cf4')
+sha256sums_x86_64=('a4aacb1a26443d13680c7bdeb55286f96059035cda231a3058aed2ae0d2ef490')
package() {
cd "$srcdir/$pkgname-${pkgver}-1.$CARCH.manualinstall"