summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2021-10-08 19:19:16 +1300
committerAlex2021-10-08 19:19:16 +1300
commit1772ba8853192cd5e716420da075cb21b17af837 (patch)
tree6000aad79111e675e67c1f05110bc632d8d26236
parentb25b3add8deea9205879520ba7d47a07b035ada7 (diff)
downloadaur-1772ba8853192cd5e716420da075cb21b17af837.tar.gz
update to 0.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c6b5d0a4a46..45c6195ae2b6 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.2.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/holochain/launcher/releases
arch = x86_64
license = custom:CAL
depends = libappindicator-gtk3
- noextract = holochain-launcher_0.2.2_amd64.deb
- source = https://github.com/holochain/launcher/releases/download/v0.2.2/holochain-launcher_0.2.2_amd64.deb
- sha256sums = d59d09cad56f493edfc3fcc09a744f8a36f804a13873555f27055e7d9026ec04
+ 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
pkgname = holochain-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 69e06869a1f6..623c7fd3f01c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robot5x <alex at robot5x dot com>
pkgname=holochain-launcher
-pkgver=0.2.2
+pkgver=0.3.3
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=('d59d09cad56f493edfc3fcc09a744f8a36f804a13873555f27055e7d9026ec04')
+sha256sums=('cc8ef2ea5fa3a28149012225d5b6bd507de0ab19db51b3d87636e94080fab8e7')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xJf -