Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
dolt
Commits:
39af0655 by Caleb Maclennan at 2024-06-13T11:54:26+03:00
upgpkg: 1:1.40.0-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.39.5
+ pkgver = 1.40.0
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.39.5/dolt-1.39.5.tar.gz
- sha256sums =
6a56add77532e068a45f4e54b5ed792ded31d8ce6a4974bbb15f9d5fbf3f4af5
+ source =
https://github.com/dolthub/dolt/archive/v1.40.0/dolt-1.40.0.tar.gz
+ sha256sums =
dc2de0abb89e9f82fa1e03bb91a94ea53e5f3da8a4606b741b007a7a5e0dc5b6
pkgname = dolt
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dolt
epoch=1
-pkgver=1.39.5
+pkgver=1.40.0
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=('6a56add77532e068a45f4e54b5ed792ded31d8ce6a4974bbb15f9d5fbf3f4af5')
+sha256sums=('dc2de0abb89e9f82fa1e03bb91a94ea53e5f3da8a4606b741b007a7a5e0dc5b6')
prepare() {
cd "$_archive"/go
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/39af0655d3c51e7b33c78b56ad28f0249ffc34db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/39af0655d3c51e7b33c78b56ad28f0249ffc34db
You're receiving this email because of your account on gitlab.archlinux.org.