Package Details: hoppscotch-bin 24.3.1-2

Git Clone URL: https://aur.archlinux.org/hoppscotch-bin.git (read-only, click to copy)
Package Base: hoppscotch-bin
Description: Hoppscotch. Open source API development ecosystem
Upstream URL: https://hoppscotch.io/
Keywords: hoppscotch, postman
Licenses: MIT
Submitter: Gowtham2003
Maintainer: Gowtham2003
Last Packager: Gowtham2003
Votes: 3
Popularity: 0.29
First Submitted: 2023-11-11 09:52 (UTC)
Last Updated: 2024-04-28 03:40 (UTC)

Latest Comments

Gowtham2003 commented on 2024-04-22 16:50 (UTC) (edited on 2024-04-22 16:50 (UTC) by Gowtham2003)

This AUR package is based on Hoppscotch Desktop App releases. https://github.com/hoppscotch/releases

Gowtham2003 commented on 2024-02-02 02:21 (UTC)

Will be updated by Today

shatteredscales commented on 2024-02-01 17:06 (UTC)

---
 PKGBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 17986b9..b5e31c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
 # Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
 # Contributor: Gowtham2003 <gowtham2003g@gmail.com>
 pkgname=hoppscotch-bin
-pkgver=23.12.1
+pkgver=23.12.3
 pkgrel=1
 pkgdesc="Hoppscotch. Open source API development ecosystem"
 arch=('x86_64')
 url="https://hoppscotch.io/"
 license=('MIT')
-groups=('')
 depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl' 'pango' 'webkit2gtk')
 options=('!strip' '!emptydirs')
 install=${pkgname}.install
 source_x86_64=("https://github.com/hoppscotch/releases/releases/download/v${pkgver}-${pkgrel}/Hoppscotch_linux_x64.deb")
-sha512sums_x86_64=('85bf58c7853d2d76b1f71e1d8f49491c9e0a6d9b8042406688123f3798066366346e9146b43677a010f96c1ca21f529b183df80196e6f28cd1b25d2e748421c9')
+sha512sums_x86_64=('e995f1fabfa5c0fe3333ff16af84237bab55db7823527149e6966b538cc4621545712d07b91e26cdd19d0f3df015b4d170fe71605c2611518cade58612c78b0e')

 package(){

-- 

Updated the version + SHA512, removed groups definition as it was causing an error.

Gowtham2003 commented on 2023-12-29 05:44 (UTC)

Updated package to latest release https://github.com/hoppscotch/releases/releases/download/v23.12.1-1/Hoppscotch_linux_x64.deb

nezam05 commented on 2023-12-25 20:59 (UTC)

Hi, Thank you for the package. Can you please update the package to latest commit? it contains an useful feature of adding Auth header at folder level, which is very essential for migrating from postman.

https://github.com/hoppscotch/hoppscotch/releases/tag/2023.12.1

Thanks