summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2018-07-12 11:35:24 +0200
committergoll2018-07-12 11:35:24 +0200
commitb3d834b2f8663ba953c08606f5db799430925814 (patch)
treef7962cab5b6446e985a147003d7d521de6682430
parent146161fc33ca39522b6035a5ed5e33538c4a2b82 (diff)
downloadaur-b3d834b2f8663ba953c08606f5db799430925814.tar.gz
Update to 2.58
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040dd23c589d..17afb22ac662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tixati
pkgdesc = A simple P2P client that is compatible with the BitTorrent protocol
- pkgver = 2.57
+ pkgver = 2.58
pkgrel = 1
url = http://www.tixati.com/
install = tixati.install
@@ -13,10 +13,10 @@ pkgbase = tixati
optdepends = gconf: for shell integration
source = LICENSE
sha1sums = 35d7f63a3b0dbf3f8f2bd0a45a7f3c96b453e86b
- source_i686 = https://download2.tixati.com/download/tixati-2.57-1.i686.manualinstall.tar.gz
- sha1sums_i686 = a36b6218fef353d028a38d2b38ebbe327f496111
- source_x86_64 = https://download2.tixati.com/download/tixati-2.57-1.x86_64.manualinstall.tar.gz
- sha1sums_x86_64 = 84ebb9bc09d181541c11c4db5ad30fdfccbc7ad6
+ source_i686 = https://download2.tixati.com/download/tixati-2.58-1.i686.manualinstall.tar.gz
+ sha1sums_i686 = 9bf60d046e8f10f17d0798bf7870196195d0bbf3
+ source_x86_64 = https://download2.tixati.com/download/tixati-2.58-1.x86_64.manualinstall.tar.gz
+ sha1sums_x86_64 = b8585420b52d9a8a85b4be19af78997fedf8c6cb
pkgname = tixati
diff --git a/PKGBUILD b/PKGBUILD
index a8538d3c12c9..f38a82b6ae3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: goll <adrian.goll+aur[at]gmail>
pkgname=tixati
-pkgver=2.57
+pkgver=2.58
pkgrel=1
pkgdesc="A simple P2P client that is compatible with the 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")
sha1sums=('35d7f63a3b0dbf3f8f2bd0a45a7f3c96b453e86b')
-sha1sums_i686=('a36b6218fef353d028a38d2b38ebbe327f496111')
-sha1sums_x86_64=('84ebb9bc09d181541c11c4db5ad30fdfccbc7ad6')
+sha1sums_i686=('9bf60d046e8f10f17d0798bf7870196195d0bbf3')
+sha1sums_x86_64=('b8585420b52d9a8a85b4be19af78997fedf8c6cb')
package() {
cd "$srcdir/$pkgname-${pkgver}-1.$CARCH.manualinstall"