Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
89d4399e by Caleb Maclennan at 2026-01-16T18:16:27+03:00
upgpkg: 1:1.80.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 = 1.80.1
+ pkgver = 1.80.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/v1.80.1/dolt-1.80.1.tar.gz
- sha256sums =
1ba057b72ba4c31045b0b415fb7f3dfcbff93841884296775b70d79e326a9a67
+ source =
https://github.com/dolthub/dolt/archive/v1.80.2/dolt-1.80.2.tar.gz
+ sha256sums =
11a77c1c154ea6e801eb3024885b644719e81858a216bbd9700500f193843e51
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dolt
epoch=1
-pkgver=1.80.1
+pkgver=1.80.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=('1ba057b72ba4c31045b0b415fb7f3dfcbff93841884296775b70d79e326a9a67')
+sha256sums=('11a77c1c154ea6e801eb3024885b644719e81858a216bbd9700500f193843e51')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/89d4399e14de19cb7d3f21c07a69603a9fc7b8ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/89d4399e14de19cb7d3f21c07a69603a9fc7b8ee
You're receiving this email because of your account on gitlab.archlinux.org.