summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2022-05-27 18:59:43 +1200
committerAlex2022-05-27 18:59:43 +1200
commitcf8f47c26bd1a550deebeca2460465bca35c069a (patch)
tree58318f21f4b5087021c8b67b85756f602199d0d0
parent84f4832e939d2512979288d6227f3bc6df7d23bc (diff)
downloadaur-holochain-launcher.tar.gz
update to 0.4.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8efc9efba20e..80f0e74cf141 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.7
+ pkgver = 0.4.7
pkgrel = 1
url = https://github.com/holochain/launcher/releases
arch = x86_64
license = custom:CAL
depends = libappindicator-gtk3
- noextract = holochain-launcher_0.3.7_amd64.deb
- source = https://github.com/holochain/launcher/releases/download/v0.3.7/holochain-launcher_0.3.7_amd64.deb
- sha256sums = 1698ede2fc3f408220594bbcab2d392e6f3e5aeef03c7debe34c8c5918ba2d70
+ noextract = holochain-launcher_0.4.7_amd64.deb
+ source = https://github.com/holochain/launcher/releases/download/v0.4.7/holochain-launcher_0.4.7_amd64.deb
+ sha256sums = ee7cde6cc2274882557dcf482e1c5f7ed032fe9812b8738b232338a9ac1694a5
pkgname = holochain-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 6317ec2fc5ad..5288bfd0ce37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robot5x <alex at robot5x dot com>
pkgname=holochain-launcher
-pkgver=0.3.7
+pkgver=0.4.7
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=('1698ede2fc3f408220594bbcab2d392e6f3e5aeef03c7debe34c8c5918ba2d70')
+sha256sums=('ee7cde6cc2274882557dcf482e1c5f7ed032fe9812b8738b232338a9ac1694a5')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xJf -