Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
7fb7a75b by Caleb Maclennan at 2026-07-15T11:40:09+03:00
upgpkg: 1:2.1.11-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.10
+ pkgver = 2.1.11
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.10/dolt-2.1.10.tar.gz
- sha256sums =
5b0a8576c229e13e245dd7e19e76722dfa3a776e997a4c594943d1728cf302be
+ source =
https://github.com/dolthub/dolt/archive/v2.1.11/dolt-2.1.11.tar.gz
+ sha256sums =
f474bc6e6f6939319cd33ae58f16424af3be7baf468e2cef5000d0bd307bc12d
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dolt
epoch=1
-pkgver=2.1.10
+pkgver=2.1.11
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=('5b0a8576c229e13e245dd7e19e76722dfa3a776e997a4c594943d1728cf302be')
+sha256sums=('f474bc6e6f6939319cd33ae58f16424af3be7baf468e2cef5000d0bd307bc12d')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/7fb7a75b1d1665d8ee0f8c8723cdf35887372fab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/7fb7a75b1d1665d8ee0f8c8723cdf35887372fab
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