summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff4f50ff977..8a519b1cb0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = python-onnxruntime
optdepends = python-cerberus: for orttraining
optdepends = python-h5py: for orttraining
options = !lto
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.12.0
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.12.1
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/dcleblanc/SafeInt.git
source = git+https://github.com/tensorflow/tensorboard.git
diff --git a/PKGBUILD b/PKGBUILD
index a09ca4da330f..f11289013e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=python-onnxruntime
# Not split DNNL EP to another package as it's needed unconditionally at runtime if built at compile time
# https://github.com/microsoft/onnxruntime/blob/v1.9.1/onnxruntime/python/onnxruntime_pybind_state.cc#L533
pkgname=(python-onnxruntime)
-pkgver=1.12.0
+pkgver=1.12.1
pkgdesc='Cross-platform, high performance scoring engine for ML models'
pkgrel=1
arch=(x86_64)