summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-06-26 14:03:58 -0400
committerKevin MacMartin2023-06-26 14:03:58 -0400
commit4714833127a681c42b073758f3f58bb278277ae0 (patch)
tree4884cf1cb9e4840ba835017acd1b563fbcb08293
parent06d0821dd1dca33c41ac3160725d8c7031ff308e (diff)
downloadaur-4714833127a681c42b073758f3f58bb278277ae0.tar.gz
Update to 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5348054cf69d..a0cb02ee67c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = responsively
pkgdesc = A modified browser built using Electron that helps in responsive web development
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/responsively-org/responsively-app
arch = i686
@@ -12,10 +12,10 @@ pkgbase = responsively
makedepends = yarn
depends = zlib
options = !strip
- source = https://github.com/responsively-org/responsively-app/archive/v1.4.0.tar.gz
+ source = https://github.com/responsively-org/responsively-app/archive/v1.5.0.tar.gz
source = responsively.desktop
source = fix-build.patch
- sha512sums = 03c1cdb17cd892bdd2586dfe83138453190301f0f40f1414c1c92425eba84547c401f1487da9ae36f601ca523a576fecf0434235954093a32f038c8700d14545
+ sha512sums = efbfcb6238172f25f2296049844a3eaab7a981171f87ffecec5307d7f1c938111f4a1e11d551cdccc6796b12dd5ae88fa770acdc346533e793a5d78ccac14ca2
sha512sums = eebe6acbb675d8804d87e34f6a005f55268ef8927e7bb1c7199791dfdbd4c3839ffe61ba2e59c23359dc9cbbfd74bed9d9610d0cd71e9961666b8167b3a04c33
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1fe9a38c5790..c761ea96d6a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin MacMartin <prurigro@gmail.com>
pkgname=responsively
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='A modified browser built using Electron that helps in responsive web development'
url='https://github.com/responsively-org/responsively-app'
@@ -19,7 +19,7 @@ source=(
)
sha512sums=(
- '03c1cdb17cd892bdd2586dfe83138453190301f0f40f1414c1c92425eba84547c401f1487da9ae36f601ca523a576fecf0434235954093a32f038c8700d14545'
+ 'efbfcb6238172f25f2296049844a3eaab7a981171f87ffecec5307d7f1c938111f4a1e11d551cdccc6796b12dd5ae88fa770acdc346533e793a5d78ccac14ca2'
'eebe6acbb675d8804d87e34f6a005f55268ef8927e7bb1c7199791dfdbd4c3839ffe61ba2e59c23359dc9cbbfd74bed9d9610d0cd71e9961666b8167b3a04c33'
'SKIP'
)