Created
December 28, 2019 23:57
-
-
Save azbarcea/e3b6973724de33c543fbe094e315e821 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 1fbb6bf..9255e8c 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,6 +1,6 @@ | |
pkgbase = advanced-rest-client | |
pkgdesc = A developer tool to test a HTTP request. The Advanced REST Client desktop application. | |
- pkgver = 13.0.7 | |
+ pkgver = 14.0.4 | |
pkgrel = 1 | |
url = https://advancedrestclient.com/ | |
install = advanced-rest-client.install | |
@@ -13,8 +13,8 @@ pkgbase = advanced-rest-client | |
depends = nss | |
depends = libxss | |
options = !strip | |
- source_x86_64 = https://github.com/advanced-rest-client/arc-electron/releases/download/v13.0.7/arc-linux-13.0.7-amd64.deb | |
- sha256sums_x86_64 = 1d04238e5f993b2bb1ebb2451cca52e5a9eb713b3de9e771b261061233fa0f64 | |
+ source_x86_64 = https://github.com/advanced-rest-client/arc-electron/releases/download/v14.0.4/arc-linux-14.0.4-amd64.deb | |
+ sha256sums_x86_64 = 3fe34481183a525d52b8c0eaf453fdf494a505c63f281cfc86722521026d3491 | |
pkgname = advanced-rest-client | |
diff --git a/PKGBUILD b/PKGBUILD | |
index eecc476..5b974ee 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: Shaumyadeep Chaudhuri <shaumya at gmail.com> | |
pkgname=advanced-rest-client | |
-pkgver=13.0.7 | |
+pkgver=14.0.4 | |
pkgrel=1 | |
pkgdesc='A developer tool to test a HTTP request. The Advanced REST Client desktop application.' | |
arch=('x86_64') | |
@@ -17,7 +17,7 @@ depends=( | |
'libxss') | |
install=advanced-rest-client.install | |
source_x86_64=("https://github.com/advanced-rest-client/arc-electron/releases/download/v${pkgver}/arc-linux-${pkgver}-amd64.deb") | |
-sha256sums_x86_64=('1d04238e5f993b2bb1ebb2451cca52e5a9eb713b3de9e771b261061233fa0f64') | |
+sha256sums_x86_64=('3fe34481183a525d52b8c0eaf453fdf494a505c63f281cfc86722521026d3491') | |
prepare() { | |
tar -xf data.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment