mirror of
https://github.com/luzifer-aur/beekeeper-studio-bin.git
synced 2024-11-09 11:40:03 +00:00
Add armv7h. Update to v1.8.5
This commit is contained in:
parent
dc72b8c345
commit
2b841b0b64
2 changed files with 14 additions and 9 deletions
13
.SRCINFO
13
.SRCINFO
|
@ -1,9 +1,10 @@
|
|||
pkgbase = beekeeper-studio-bin
|
||||
pkgdesc = Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
|
||||
pkgver = 1.8.2
|
||||
pkgver = 1.8.5
|
||||
pkgrel = 1
|
||||
url = https://www.beekeeperstudio.io
|
||||
arch = x86_64
|
||||
arch = armv7h
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
depends = libappindicator-gtk3
|
||||
|
@ -18,10 +19,12 @@ pkgbase = beekeeper-studio-bin
|
|||
conflicts = beekeeper-studio
|
||||
source = license-5c3257cf1989ca38b651a9dad77d81ace18961de::https://github.com/beekeeper-studio/beekeeper-studio/raw/5c3257cf1989ca38b651a9dad77d81ace18961de/LICENSE.md
|
||||
sha256sums = 787ebc78ce29cd0cea3e52651936df7fef96b117782882fce389c3b7ce5683f5
|
||||
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.2/beekeeper-studio_1.8.2_amd64.deb
|
||||
sha256sums_x86_64 = 3203367b1916ffd4ecd185a5d35d91285a3c775099c4c8d378d25ca8184fffa4
|
||||
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.2/beekeeper-studio_1.8.2_arm64.deb
|
||||
sha256sums_aarch64 = fa8c84b3a755b0a410e8a02fac1c1a4acc9fe3808e399aa53c8a6cf9331f08cd
|
||||
source_x86_64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.5/beekeeper-studio_1.8.5_amd64.deb
|
||||
sha256sums_x86_64 = ffa5630eaeb336fd7f60eb5e6a4ada22f37e5124040a9fbe6ff4f618675350a8
|
||||
source_armv7h = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.5/beekeeper-studio_1.8.5_armv7l.deb
|
||||
sha256sums_armv7h = 2ff813606cfadc31c95782a6c68b64825785af80cf0c94d22da07c896186877e
|
||||
source_aarch64 = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.5/beekeeper-studio_1.8.5_arm64.deb
|
||||
sha256sums_aarch64 = 7e4da3d4ecf8fc1fde435caea3e06166324666cf83d86648c6471c6a7e570f70
|
||||
|
||||
pkgname = beekeeper-studio-bin
|
||||
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -5,12 +5,12 @@ _name_upper='Beekeeper Studio'
|
|||
_pkgname='beekeeper-studio'
|
||||
pkgname="${_pkgname}-bin"
|
||||
|
||||
pkgver=1.8.2
|
||||
pkgver=1.8.5
|
||||
pkgrel=1
|
||||
_commit_license='5c3257cf1989ca38b651a9dad77d81ace18961de'
|
||||
|
||||
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
|
||||
arch=('x86_64' 'aarch64')
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url='https://www.beekeeperstudio.io'
|
||||
_url_source='https://github.com/beekeeper-studio/beekeeper-studio'
|
||||
license=('MIT')
|
||||
|
@ -20,11 +20,13 @@ conflicts=("${_pkgname}")
|
|||
|
||||
source=("license-${_commit_license}::${_url_source}/raw/${_commit_license}/LICENSE.md")
|
||||
source_x86_64=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
|
||||
source_armv7h=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_armv7l.deb")
|
||||
source_aarch64=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_arm64.deb")
|
||||
|
||||
sha256sums=('787ebc78ce29cd0cea3e52651936df7fef96b117782882fce389c3b7ce5683f5')
|
||||
sha256sums_x86_64=('3203367b1916ffd4ecd185a5d35d91285a3c775099c4c8d378d25ca8184fffa4')
|
||||
sha256sums_aarch64=('fa8c84b3a755b0a410e8a02fac1c1a4acc9fe3808e399aa53c8a6cf9331f08cd')
|
||||
sha256sums_x86_64=('ffa5630eaeb336fd7f60eb5e6a4ada22f37e5124040a9fbe6ff4f618675350a8')
|
||||
sha256sums_armv7h=('2ff813606cfadc31c95782a6c68b64825785af80cf0c94d22da07c896186877e')
|
||||
sha256sums_aarch64=('7e4da3d4ecf8fc1fde435caea3e06166324666cf83d86648c6471c6a7e570f70')
|
||||
|
||||
package() {
|
||||
tar -xvf 'data.tar.xz' -C "${pkgdir}"
|
||||
|
|
Loading…
Reference in a new issue