summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5bdeead810c..0f0ee6110069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tobias Backer Dirks <omgitsaheadcrab@gmail.com>
pkgname=popsql
-pkgver=1.0.27
+pkgver=1.0.28
pkgrel=1
pkgdesc="Collaborative SQL editor to write, run, and share queries instantly"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("$pkgname-$pkgver-$pkgrel.deb::https://get.popsql.com/download/debian")
-sha512sums_x86_64=('ba2194b244a130cb8b7d321fcdbb248e51f93564811ea548bed40cec2f85d12b7c80361522c576a5ca5332c26eb16242c1b8344d8090d623e9e272ffe892a52f')
+sha512sums_x86_64=('9304ea923cde359f975154adcf7058d69830971abea9007cba46481bf47354ac39be31198f304df8358be1d97d57c7d590059ea357b0b88b9f233c16514cf287')
package(){
# Extract package data
@@ -26,4 +26,4 @@ package(){
# Create a Licenses directory, add a license file
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
echo "Copyright PopSQL, inc. All rights reserved" > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-} \ No newline at end of file
+}