mirror of
https://github.com/luzifer-aur/beekeeper-studio-bin.git
synced 2024-11-09 11:40:03 +00:00
'beekeeper-studio-bin' v3.9.20
This commit is contained in:
parent
ba494bee88
commit
29d4846260
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = beekeeper-studio-bin
|
pkgbase = beekeeper-studio-bin
|
||||||
pkgdesc = Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
|
pkgdesc = Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
|
||||||
pkgver = 3.9.18
|
pkgver = 3.9.20
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.beekeeperstudio.io
|
url = https://www.beekeeperstudio.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -16,11 +16,11 @@ pkgbase = beekeeper-studio-bin
|
||||||
depends = xdg-utils
|
depends = xdg-utils
|
||||||
provides = beekeeper-studio
|
provides = beekeeper-studio
|
||||||
conflicts = beekeeper-studio
|
conflicts = beekeeper-studio
|
||||||
source = beekeeper-studio-3.9.18-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v3.9.18/LICENSE.md
|
source = beekeeper-studio-3.9.20-license::https://github.com/beekeeper-studio/beekeeper-studio/raw/v3.9.20/LICENSE.md
|
||||||
sha256sums = 1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078
|
sha256sums = 1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078
|
||||||
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.18/beekeeper-studio_3.9.18_amd64.deb
|
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.20/beekeeper-studio_3.9.20_amd64.deb
|
||||||
sha256sums_x86_64 = 86bf2ebba7294e84d43286d1e3134cc285dce4c3a783196646152a6abc92176b
|
sha256sums_x86_64 = 19c7b0a9d9d4c03ae7df7e68e31d03af685f1230be7507638b36aa0968996654
|
||||||
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.18/beekeeper-studio_3.9.18_arm64.deb
|
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.20/beekeeper-studio_3.9.20_arm64.deb
|
||||||
sha256sums_aarch64 = 406a13a605d9ab1902b15afcce6907bbe125da815577ca60dfbdc322d21917fc
|
sha256sums_aarch64 = 331d3af9e94bff9641434df6229737750a21114c4e207ea8fd9fe2ab3524bc56
|
||||||
|
|
||||||
pkgname = beekeeper-studio-bin
|
pkgname = beekeeper-studio-bin
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
# Contributor: Tássio Virgínio <tassiovirginio@gmail.com>
|
# Contributor: Tássio Virgínio <tassiovirginio@gmail.com>
|
||||||
|
|
||||||
pkgname='beekeeper-studio-bin'
|
pkgname='beekeeper-studio-bin'
|
||||||
pkgver=3.9.18
|
pkgver=3.9.20
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
|
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
|
@ -18,8 +18,8 @@ source=("beekeeper-studio-${pkgver}-license::https://github.com/beekeeper-studio
|
||||||
source_x86_64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_amd64.deb")
|
source_x86_64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_amd64.deb")
|
||||||
source_aarch64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_arm64.deb")
|
source_aarch64=("https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${pkgver}/beekeeper-studio_${pkgver}_arm64.deb")
|
||||||
sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
|
sha256sums=('1409fbbc5265c85da91684660c87f85d74c3fdc63a2d355169f40dac5cc7a078')
|
||||||
sha256sums_x86_64=('86bf2ebba7294e84d43286d1e3134cc285dce4c3a783196646152a6abc92176b')
|
sha256sums_x86_64=('19c7b0a9d9d4c03ae7df7e68e31d03af685f1230be7507638b36aa0968996654')
|
||||||
sha256sums_aarch64=('406a13a605d9ab1902b15afcce6907bbe125da815577ca60dfbdc322d21917fc')
|
sha256sums_aarch64=('331d3af9e94bff9641434df6229737750a21114c4e207ea8fd9fe2ab3524bc56')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
tar -xvf 'data.tar.xz' -C "${pkgdir}"
|
tar -xvf 'data.tar.xz' -C "${pkgdir}"
|
||||||
|
|
Loading…
Reference in a new issue