Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
58346105 by Caleb Maclennan at 2026-06-03T18:14:30+03:00
upgpkg: 1:2.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
epoch = 1
url = https://www.dolthub.com
@@ -8,7 +8,7 @@ pkgbase = dolt
license = Apache
makedepends = go
depends = glibc
- source =
https://github.com/dolthub/dolt/archive/v2.1.1/dolt-2.1.1.tar.gz
- sha256sums =
2c041caaec70c075bc55bacb168cf508f440fc6fae9b3876a551400328bf1bde
+ source =
https://github.com/dolthub/dolt/archive/v2.1.2/dolt-2.1.2.tar.gz
+ sha256sums =
07570135774a39bfcae089f01927ac33bda8522c7fae101c566538bfa2254aa6
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dolt
epoch=1
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc='Git for data! A version controlled relational database'
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(glibc)
makedepends=(go)
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('2c041caaec70c075bc55bacb168cf508f440fc6fae9b3876a551400328bf1bde')
+sha256sums=('07570135774a39bfcae089f01927ac33bda8522c7fae101c566538bfa2254aa6')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/58346105811073cb887f1df4a4d2c029ffa2c90f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/58346105811073cb887f1df4a4d2c029ffa2c90f
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help