Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / dolt
Commits: d995bd3c by Caleb Maclennan at 2024-10-25T10:44:53+03:00 upgpkg: 1:1.43.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 = 1.43.7 + pkgver = 1.43.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/v1.43.7/dolt-1.43.7.tar.gz - sha256sums = 2542de5f5f41252cb07fa63e5947d8f077d00eba3067a3476489f6e789a994fe + source = https://github.com/dolthub/dolt/archive/v1.43.8/dolt-1.43.8.tar.gz + sha256sums = f69ebff2617297fab43e3f03d91905cac287ab34aaa1923ba4181a06176fb5a0 pkgname = dolt ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=dolt epoch=1 -pkgver=1.43.7 +pkgver=1.43.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=('2542de5f5f41252cb07fa63e5947d8f077d00eba3067a3476489f6e789a994fe') +sha256sums=('f69ebff2617297fab43e3f03d91905cac287ab34aaa1923ba4181a06176fb5a0') prepare() { cd "$_archive"/go View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/d995bd3c77f634f94adbe1ff85ca55ac0c1dfe53 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/d995bd3c77f634f94adbe1ff85ca55ac0c1dfe53 You're receiving this email because of your account on gitlab.archlinux.org.