Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
aa1933ce by Caleb Maclennan at 2026-05-27T10:35:37+03:00
upgpkg: 1:2.0.7-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.0.6
+ pkgver = 2.0.7
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.0.6/dolt-2.0.6.tar.gz
- sha256sums =
d01a7fc55043e7ec08fb6e5ada117c39c58db3974020270b91498a1a5b7d61cc
+ source =
https://github.com/dolthub/dolt/archive/v2.0.7/dolt-2.0.7.tar.gz
+ sha256sums =
f93f8e6536344a01f15c0037ab9ce450638ce2ee0937bd933a241b6107b625a9
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dolt
epoch=1
-pkgver=2.0.6
+pkgver=2.0.7
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=('d01a7fc55043e7ec08fb6e5ada117c39c58db3974020270b91498a1a5b7d61cc')
+sha256sums=('f93f8e6536344a01f15c0037ab9ce450638ce2ee0937bd933a241b6107b625a9')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/aa1933ceb410c2deb7712ee36b02c306e1b8ace6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/aa1933ceb410c2deb7712ee36b02c306e1b8ace6
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