summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Mezentsev2024-04-22 13:22:18 +0300
committerSergey Mezentsev2024-04-22 13:22:18 +0300
commit4787c7a2919bd4238a6f7c89c871091451861f6d (patch)
tree8324ffd9537cf16cb6cf5d256270fb25f5c863b9
parent9915289c682578bac307d9ae33c72158c639863c (diff)
downloadaur-4787c7a2919bd4238a6f7c89c871091451861f6d.tar.gz
1.2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca709bdab90..fa01f412fc13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = catboost-bin
pkgdesc = CatBoost is a high-performance open source library for gradient boosting on decision trees
- pkgver = 1.2.3
+ pkgver = 1.2.5
pkgrel = 1
url = https://github.com/catboost/catboost/
arch = x86_64
arch = aarch64
license = APACHE
- source_x86_64 = https://github.com/catboost/catboost/releases/download/v1.2.3/catboost-linux-x86_64-1.2.3
- b2sums_x86_64 = a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf
- source_aarch64 = https://github.com/catboost/catboost/releases/download/v1.2.3/catboost-linux-x86_64-1.2.3
- b2sums_aarch64 = a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf
+ source_x86_64 = https://github.com/catboost/catboost/releases/download/v1.2.5/catboost-linux-x86_64-1.2.5
+ b2sums_x86_64 = 57f186d6a6d2a390fb647e3db1e71ace5af6c28823c3cd6c1c095448b8dddad90e8eec6e547403349a5d54c4aedf6fbc06dd826540771d00a0f055f1862a42d7
+ source_aarch64 = https://github.com/catboost/catboost/releases/download/v1.2.5/catboost-linux-aarch64-1.2.5
+ b2sums_aarch64 = 424e5621f25b8fe23f555959406a78ecbc4967e55983ed86944f009df979c04d94b370e9fb331eb3c693b96db3ec54ea831a35148ddb507200743681024011db
pkgname = catboost-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6491582b85a9..76fe1b775f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Sergey Mezentsev <thebits@yandex.ru>
pkgname=catboost-bin
-pkgver=1.2.3
+pkgver=1.2.5
pkgrel=1
pkgdesc="CatBoost is a high-performance open source library for gradient boosting on decision trees"
-arch=(x86_64 aarch64)
+arch=('x86_64' 'aarch64')
url="https://github.com/catboost/catboost/"
license=(APACHE)
-source_x86_64=("https://github.com/catboost/catboost/releases/download/v${pkgver}/catboost-linux-${CARCH}-${pkgver}")
-b2sums_x86_64=('a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf')
-b2sums_aarch64=('a91d203516fc1a695cbed564d5a8b5062a3d65406d0fe7783eeb2fb3c4908a644383c5ea5c797915cca31053a2ac4e77048cc64055f1988d133ecceb3e2ef5cf')
-source_aarch64=("https://github.com/catboost/catboost/releases/download/v${pkgver}/catboost-linux-${CARCH}-${pkgver}")
+source_x86_64=("https://github.com/catboost/catboost/releases/download/v${pkgver}/catboost-linux-x86_64-${pkgver}")
+source_aarch64=("https://github.com/catboost/catboost/releases/download/v${pkgver}/catboost-linux-aarch64-${pkgver}")
+b2sums_x86_64=('57f186d6a6d2a390fb647e3db1e71ace5af6c28823c3cd6c1c095448b8dddad90e8eec6e547403349a5d54c4aedf6fbc06dd826540771d00a0f055f1862a42d7')
+b2sums_aarch64=('424e5621f25b8fe23f555959406a78ecbc4967e55983ed86944f009df979c04d94b370e9fb331eb3c693b96db3ec54ea831a35148ddb507200743681024011db')
package() {
install -Dm0755 "catboost-linux-${CARCH}-${pkgver}" "$pkgdir/usr/bin/catboost"