diff options
author | Alexandre Andrade | 2024-08-06 13:40:06 +0100 |
---|---|---|
committer | Alexandre Andrade | 2024-08-06 13:40:06 +0100 |
commit | 516c86b9c05d75e7e75b585e88bd91a9091d9506 (patch) | |
tree | 98000e6ff66139976757fe647b875c4f2ce0b34a /.SRCINFO | |
parent | 47988a265f568921803d47009a675f485fa21456 (diff) | |
download | aur-516c86b9c05d75e7e75b585e88bd91a9091d9506.tar.gz |
feat: pkgbuild now downloads a fixed version appimage
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = apidog-bin pkgdesc = Design. Debug. Test. Document. Mock.Build APIs Faster & Together. - pkgver = 2.6.4 + pkgver = 2.6.7 pkgrel = 1 url = https://apidog.com arch = x86_64 @@ -14,11 +14,12 @@ pkgbase = apidog-bin depends = lib32-glibc depends = nodejs depends = lib32-gcc-libs + depends = libdbusmenu-glib provides = apidog options = !strip - source_x86_64 = Apidog-linux-manual-latest.tar.gz::https://file-assets.apidog.com/download/Apidog-linux-manual-latest.tar.gz + source_x86_64 = Apidog-2.6.7.AppImage::https://file-assets.apidog.com/download/2.6.7/Apidog-2.6.7.AppImage source_x86_64 = apidog.desktop - sha256sums_x86_64 = 441080e6cee689e31b6e7c5a545308b5b16e94b099d05795f1a27ac65b9e1f43 + sha256sums_x86_64 = e856926d0ae1aeea0e32a3fabc768afa35a64318e9d7cf859ac882b38fb8b948 sha256sums_x86_64 = df7ead28acf1b9ed171b08c4db34efbe0d1689bce594ccc68408e75af9cb8bc5 pkgname = apidog-bin |