Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
8cac1247 by Caleb Maclennan at 2025-10-02T00:13:21+03:00
upgpkg: 1:1.59.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 1.59.13
+ pkgver = 1.59.14
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/v1.59.13/dolt-1.59.13.tar.gz
- sha256sums =
19cf7dc1025e71b8e95ee90269398cc6a67e33f96b19141be97d63245ead5803
+ source =
https://github.com/dolthub/dolt/archive/v1.59.14/dolt-1.59.14.tar.gz
+ sha256sums =
7be3cce26e063a43252075b989ef66cc567b373f632cba3bca62e3e832e73cbe
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dolt
epoch=1
-pkgver=1.59.13
+pkgver=1.59.14
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=('19cf7dc1025e71b8e95ee90269398cc6a67e33f96b19141be97d63245ead5803')
+sha256sums=('7be3cce26e063a43252075b989ef66cc567b373f632cba3bca62e3e832e73cbe')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/8cac1247c520a15ba7162797960e6ec7c089c748
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/8cac1247c520a15ba7162797960e6ec7c089c748
You're receiving this email because of your account on gitlab.archlinux.org.