summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2023-02-02 15:17:56 +0100
committerj.r2023-02-02 15:17:56 +0100
commitcc0cc430f023c57ff54e30c355a71a95e08fbb6b (patch)
tree643c89fd5d47e6a9bc0adde44606f21d008d24e5
parent514c98cf506a3f94f8a390fec889b38c55322a56 (diff)
downloadaur-cc0cc430f023c57ff54e30c355a71a95e08fbb6b.tar.gz
Upgrade to 1.8.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03bb69c7cc40..3f588ff41527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtd
pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.8.5
+ pkgver = 1.8.10
pkgrel = 1
url = https://core.telegram.org/tdlib
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = libtd
depends = gcc-libs
provides = libtd
conflicts = telegram-tdlib
- source = libtd::git+https://github.com/tdlib/td.git#commit=d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9
+ source = libtd::git+https://github.com/tdlib/td.git#commit=93c42f6d7c1209937431469f80427d48907f1b8d
md5sums = SKIP
pkgname = libtd
diff --git a/PKGBUILD b/PKGBUILD
index 60edcfb3a7d0..b378590bb7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.8.5
+pkgver=1.8.10
pkgrel=1
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
@@ -23,7 +23,7 @@ makedepends=(
)
provides=('libtd')
conflicts=('telegram-tdlib')
-_commit=d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9
+_commit=93c42f6d7c1209937431469f80427d48907f1b8d
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')