summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2021-11-20 20:09:04 +1300
committerAlex2021-11-20 20:09:04 +1300
commit25e4e6e507252a28fa2abaf640d0eccf1211f2c0 (patch)
tree32b980c95d6078dd5e73038bd87d69593701194f
parent1bacf3ce78d83189a31b4c5faaa3d9ea62e5fd4c (diff)
downloadaur-25e4e6e507252a28fa2abaf640d0eccf1211f2c0.tar.gz
update to 0.3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf3d540de26..b75dcbf14795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = holochain-launcher
pkgdesc = A cross-platform executable that launches a local Holochain conductor, and installs and opens apps
- pkgver = 0.3.4
+ pkgver = 0.3.6
pkgrel = 1
url = https://github.com/holochain/launcher/releases
arch = x86_64
license = custom:CAL
depends = libappindicator-gtk3
- noextract = holochain-launcher_0.3.4_amd64.deb
- source = https://github.com/holochain/launcher/releases/download/v0.3.4/holochain-launcher_0.3.4_amd64.deb
- sha256sums = 163978c4d31993ae23f0cb827ca23d2aee85fcbceb511df1780962ba5a32a428
+ noextract = holochain-launcher_0.3.6_amd64.deb
+ source = https://github.com/holochain/launcher/releases/download/v0.3.6/holochain-launcher_0.3.6_amd64.deb
+ sha256sums = 7ea83f87b545698e955e63da432c1cad0b263004f493f1cd039525e8fb68b31e
pkgname = holochain-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 26c99c3d5bfc..a094182145e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robot5x <alex at robot5x dot com>
pkgname=holochain-launcher
-pkgver=0.3.4
+pkgver=0.3.6
pkgrel=1
pkgdesc="A cross-platform executable that launches a local Holochain conductor, and installs and opens apps"
arch=('x86_64')
@@ -13,7 +13,7 @@ conflicts=()
replaces=()
source=("https://github.com/holochain/launcher/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('163978c4d31993ae23f0cb827ca23d2aee85fcbceb511df1780962ba5a32a428')
+sha256sums=('7ea83f87b545698e955e63da432c1cad0b263004f493f1cd039525e8fb68b31e')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xJf -