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