Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
14470c0a by Caleb Maclennan at 2023-12-09T16:54:47+03:00
upgpkg: 1.29.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
- pkgver = 1.29.2
+ pkgver = 1.29.3
pkgrel = 1
url = https://www.dolthub.com
arch = x86_64
license = Apache
makedepends = go
depends = glibc
- source =
https://github.com/dolthub/dolt/archive/v1.29.2/dolt-1.29.2.tar.gz
- sha256sums =
062f57401bf02336b478500a2c2847291c7b071159a198458e087ba1d019c968
+ source =
https://github.com/dolthub/dolt/archive/v1.29.3/dolt-1.29.3.tar.gz
+ sha256sums =
cc2248928b5d49695937ec11323ebde895522fdd21c9912d3998bb05f7873c5a
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: istimaldar_sntlk <[email protected]>
pkgname=dolt
-pkgver=1.29.2
+pkgver=1.29.3
pkgrel=1
pkgdesc='Git for data! A version controlled relational database'
arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(glibc)
makedepends=(go)
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('062f57401bf02336b478500a2c2847291c7b071159a198458e087ba1d019c968')
+sha256sums=('cc2248928b5d49695937ec11323ebde895522fdd21c9912d3998bb05f7873c5a')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/14470c0aefe7031b563c1e60fbc91b7128a2c669
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/14470c0aefe7031b563c1e60fbc91b7128a2c669
You're receiving this email because of your account on gitlab.archlinux.org.