summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04bd297ceb89..a6809960b930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ctranslate2
pkgdesc = A C++ and Python library for efficient inference with Transformer models.
- pkgver = 4.2.1
+ pkgver = 4.3.0
pkgrel = 1
url = https://opennmt.net/CTranslate2
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ctranslate2
makedepends = python-setuptools
makedepends = python-wheel
options = !lto
- source = git+https://github.com/OpenNMT/CTranslate2.git#tag=v4.2.1
+ source = git+https://github.com/OpenNMT/CTranslate2.git#tag=v4.3.0
source = git+https://github.com/jarro2783/cxxopts.git
source = git+https://github.com/NVIDIA/thrust.git
source = git+https://github.com/google/googletest.git
@@ -25,7 +25,7 @@ pkgbase = ctranslate2
source = git+https://github.com/google/ruy.git
source = git+https://github.com/pytorch/cpuinfo.git
source = git+https://github.com/NVIDIA/cub.git
- sha256sums = f064b79eec45a841cbc17e56ec7d6df79bf75e612946d82603781bc8f9d1a0cd
+ sha256sums = 913a485e15700e66594a3ad7ccb79f02cd3a1d56090a63c8f329714f225bccd9
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0329f7a65aa1..1b9748365b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=(
# 'ctranslate2-docs'
)
pkgbase=ctranslate2
-pkgver=4.2.1
+pkgver=4.3.0
pkgrel=1
pkgdesc="A C++ and Python library for efficient inference with Transformer models."
arch=('x86_64')
@@ -45,7 +45,7 @@ source=("git+https://github.com/OpenNMT/CTranslate2.git#tag=v$pkgver"
'git+https://github.com/google/ruy.git'
'git+https://github.com/pytorch/cpuinfo.git'
'git+https://github.com/NVIDIA/cub.git')
-sha256sums=('f064b79eec45a841cbc17e56ec7d6df79bf75e612946d82603781bc8f9d1a0cd'
+sha256sums=('913a485e15700e66594a3ad7ccb79f02cd3a1d56090a63c8f329714f225bccd9'
'SKIP'
'SKIP'
'SKIP'