summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2025-03-24 12:23:28 +0100
committergoll2025-03-24 12:23:28 +0100
commitce0426d994fee0d58795377687ce61968f46b15a (patch)
tree250031ba2e36eb04b54ff003d117f75fd1a81d4b
parentc717d6c5fc5f52ad60eb9da26cddbb64e44b048d (diff)
downloadaur-tixati.tar.gz
Update to 3.33
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a892d85d0e9..3710059c578b 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.32
+ pkgver = 3.33
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://download.tixati.com/tixati-3.32-1.i686.manualinstall.tar.gz
- sha256sums_i686 = f9e90dbfca4d319bf16d796dd8764aa01867f1a65629324a7f7d68e5854f75c4
- source_x86_64 = https://download.tixati.com/tixati-3.32-1.x86_64.manualinstall.tar.gz
- sha256sums_x86_64 = 063a04c7a672469c3d38daf99c7fce28b4c136a8e755b204319d16b9e097241c
+ source_i686 = https://download.tixati.com/tixati-3.33-1.i686.manualinstall.tar.gz
+ sha256sums_i686 = c4954bd6b9f028637506ff1f379b4505d7fefda122806e4463d41328eaf6559b
+ source_x86_64 = https://download.tixati.com/tixati-3.33-1.x86_64.manualinstall.tar.gz
+ sha256sums_x86_64 = 2bb37f198e79c275fe975259aeed6ed197e8bc0ba2c4a8459f3738cc4850a895
pkgname = tixati
diff --git a/PKGBUILD b/PKGBUILD
index 0d6ce5c5f6ca..66351511c86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: goll <adrian.goll+aur[at]gmail>
pkgname=tixati
-pkgver=3.32
+pkgver=3.33
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://download.tixati.com/$pkgname-${pkgver}-1.i686.manualinstall.tar.gz")
source_x86_64=("https://download.tixati.com/$pkgname-${pkgver}-1.x86_64.manualinstall.tar.gz")
sha256sums=('4b8bc7a9be3ad1300dd8e90cbf5af96a597379c3b994ee0793990fee3290c8d2')
-sha256sums_i686=('f9e90dbfca4d319bf16d796dd8764aa01867f1a65629324a7f7d68e5854f75c4')
-sha256sums_x86_64=('063a04c7a672469c3d38daf99c7fce28b4c136a8e755b204319d16b9e097241c')
+sha256sums_i686=('c4954bd6b9f028637506ff1f379b4505d7fefda122806e4463d41328eaf6559b')
+sha256sums_x86_64=('2bb37f198e79c275fe975259aeed6ed197e8bc0ba2c4a8459f3738cc4850a895')
package() {
cd "$srcdir/$pkgname-${pkgver}-1.$CARCH.manualinstall"