summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2023-08-27 22:15:26 +0200
committerj.r2023-08-27 22:15:26 +0200
commit6cbdbd37c9d2c523eae485b21a0fcce86d779c61 (patch)
tree8cba64b7ba41d3e2451c228af4d95cf5564f1cda
parentcc0cc430f023c57ff54e30c355a71a95e08fbb6b (diff)
downloadaur-6cbdbd37c9d2c523eae485b21a0fcce86d779c61.tar.gz
Upgrade to 1.8.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f588ff41527..c411960e79f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtd
pkgdesc = Cross-platform library for building Telegram clients
- pkgver = 1.8.10
+ pkgver = 1.8.16
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=93c42f6d7c1209937431469f80427d48907f1b8d
+ source = libtd::git+https://github.com/tdlib/td.git#commit=cde095db6c75827fe4bd237039574aad373ad96b
md5sums = SKIP
pkgname = libtd
diff --git a/PKGBUILD b/PKGBUILD
index b378590bb7f4..ff5c25aa3a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Felix Serrano Blanco <felixseblanc@gmail.com>
pkgname=libtd
-pkgver=1.8.10
+pkgver=1.8.16
pkgrel=1
pkgdesc="Cross-platform library for building Telegram clients "
arch=('x86_64')
@@ -23,7 +23,7 @@ makedepends=(
)
provides=('libtd')
conflicts=('telegram-tdlib')
-_commit=93c42f6d7c1209937431469f80427d48907f1b8d
+_commit=cde095db6c75827fe4bd237039574aad373ad96b
source=("$pkgname::git+https://github.com/tdlib/td.git#commit=$_commit")
md5sums=('SKIP')