summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Backer Dirks2020-10-31 17:00:58 +0000
committerTobias Backer Dirks2020-10-31 17:00:58 +0000
commit5b035b66e275fa8824ba4cc66c5350de39a30e03 (patch)
tree0d760b89954091ce00c9096b0508c16a293f3243
parentb737cdb98b028b7ba62de841d89524ce8c0d1f6e (diff)
downloadaur-5b035b66e275fa8824ba4cc66c5350de39a30e03.tar.gz
Update version and sums.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5275b96a0790..4e4af8a78d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = popsql
pkgdesc = Collaborative SQL editor to write, run, and share queries instantly
- pkgver = 1.0.27
+ pkgver = 1.0.28
pkgrel = 1
url = https://popsql.io
install = popsql.install
@@ -16,8 +16,8 @@ pkgbase = popsql
optdepends = libappindicator-gtk2: System Tray support
options = !strip
options = !emptydirs
- source_x86_64 = popsql-1.0.27-1.deb::https://get.popsql.com/download/debian
- sha512sums_x86_64 = ba2194b244a130cb8b7d321fcdbb248e51f93564811ea548bed40cec2f85d12b7c80361522c576a5ca5332c26eb16242c1b8344d8090d623e9e272ffe892a52f
+ source_x86_64 = popsql-1.0.28-1.deb::https://get.popsql.com/download/debian
+ sha512sums_x86_64 = 9304ea923cde359f975154adcf7058d69830971abea9007cba46481bf47354ac39be31198f304df8358be1d97d57c7d590059ea357b0b88b9f233c16514cf287
pkgname = popsql
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
+}