Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
sqlx-cli
Commits:
7252269b by Sven-Hendrik Haase at 2024-08-02T02:36:13+02:00
upgpkg: 0.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sqlx-cli
pkgdesc = Command-line utility for SQLx, the Rust SQL toolkit
- pkgver = 0.7.4
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/launchbadge/sqlx
arch = x86_64
license = Apache
@@ -10,7 +10,7 @@ pkgbase = sqlx-cli
depends = gcc-libs
depends = openssl
options = !lto
- source =
sqlx-cli-0.7.4.tar.gz::https://github.com/launchbadge/sqlx/archive/refs/tags/v0.7.4.tar.gz
- sha512sums =
022c27fca5b25f3213e7fdf18f34de5488a79d8e59694811e92474aa83b686dd31b2f38ca24f74945c8fd7ad8b36f1cdacc1173bf8c047b1312cb2bf46fb1d9b
+ source =
sqlx-cli-0.8.0.tar.gz::https://github.com/launchbadge/sqlx/archive/refs/tags/v0.8.0.tar.gz
+ sha512sums =
6345755cf69c87965c11ef7175694eaaa1beca7ac2ce00fda299ce00183f6fec49d8a046c7b1bddfc66235a6585539692fb0925c0f08a85747c3b6a7d1e3cb95
pkgname = sqlx-cli
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Dominic Meiser [git at msrd0 dot de]
pkgname=sqlx-cli
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc='Command-line utility for SQLx, the Rust SQL toolkit'
license=('Apache' 'MIT')
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/launchbadge/sqlx"
depends=('gcc-libs' 'openssl')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::https://github.com/launchbadge/sqlx/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('022c27fca5b25f3213e7fdf18f34de5488a79d8e59694811e92474aa83b686dd31b2f38ca24f74945c8fd7ad8b36f1cdacc1173bf8c047b1312cb2bf46fb1d9b')
+sha512sums=('6345755cf69c87965c11ef7175694eaaa1beca7ac2ce00fda299ce00183f6fec49d8a046c7b1bddfc66235a6585539692fb0925c0f08a85747c3b6a7d1e3cb95')
options=('!lto')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlx-cli/-/commit/7252269b6ba12b3c38d9a66fcfa10a7c1ba77471
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlx-cli/-/commit/7252269b6ba12b3c38d9a66fcfa10a7c1ba77471
You're receiving this email because of your account on gitlab.archlinux.org.