summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be7f4425d4fc..da7960a9231e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pinegrow
pkgdesc = A website development tool for building responsive websites
- pkgver = 3.03
+ pkgver = 3.04
pkgrel = 1
url = https://pinegrow.com
install = pinegrow.install
@@ -8,9 +8,9 @@ pkgbase = pinegrow
license = custom
noextract = Pinegrow_EULA.pdf
options = !strip
- source = http://download.pinegrow.com/PinegrowLinux64.3.03.zip
+ source = http://download.pinegrow.com/PinegrowLinux64.3.04.zip
source = https://pinegrow.com/Pinegrow_EULA.pdf
- sha1sums = a9b31e9a5915ef234391c84135706d1435b6310f
+ sha1sums = ddfb4a82d968b66744eb56fb8d5fbcf3b9c67d47
sha1sums = a69404f2d55d4c8dd8d47c54dbadad9e08573e6c
depends_x86_64 = gtk2
depends_x86_64 = gconf
diff --git a/PKGBUILD b/PKGBUILD
index 25439ac42498..57afde9c5487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer <tianyu at vt dot edu>
pkgname=pinegrow
-pkgver=3.03
+pkgver=3.04
pkgrel=1
pkgdesc='A website development tool for building responsive websites'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends_x86_64+=(gtk2 gconf alsa-lib nss libxss libxtst gendesk)
source=("http://download.pinegrow.com/PinegrowLinux64.${pkgver}.zip"
"${url}/Pinegrow_EULA.pdf")
noextract=("Pinegrow_EULA.pdf")
-sha1sums=("a9b31e9a5915ef234391c84135706d1435b6310f"
+sha1sums=("ddfb4a82d968b66744eb56fb8d5fbcf3b9c67d47"
"a69404f2d55d4c8dd8d47c54dbadad9e08573e6c")
options=('!strip')
install=${pkgname}.install