summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2021-10-16 17:17:52 +1300
committerAlex2021-10-16 17:17:52 +1300
commit1bacf3ce78d83189a31b4c5faaa3d9ea62e5fd4c (patch)
treed591b46afb1705fb0a40a2a14bb4e01167cbc252
parent1772ba8853192cd5e716420da075cb21b17af837 (diff)
downloadaur-1bacf3ce78d83189a31b4c5faaa3d9ea62e5fd4c.tar.gz
update to 0.3.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c6195ae2b6..ccf3d540de26 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.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/holochain/launcher/releases
arch = x86_64
license = custom:CAL
depends = libappindicator-gtk3
- noextract = holochain-launcher_0.3.3_amd64.deb
- source = https://github.com/holochain/launcher/releases/download/v0.3.3/holochain-launcher_0.3.3_amd64.deb
- sha256sums = cc8ef2ea5fa3a28149012225d5b6bd507de0ab19db51b3d87636e94080fab8e7
+ 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
pkgname = holochain-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 623c7fd3f01c..26c99c3d5bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robot5x <alex at robot5x dot com>
pkgname=holochain-launcher
-pkgver=0.3.3
+pkgver=0.3.4
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=('cc8ef2ea5fa3a28149012225d5b6bd507de0ab19db51b3d87636e94080fab8e7')
+sha256sums=('163978c4d31993ae23f0cb827ca23d2aee85fcbceb511df1780962ba5a32a428')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xJf -