summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Liland2024-09-01 23:49:28 +0200
committerDaniel Liland2024-09-01 23:49:28 +0200
commit7f8058077acf781724f29ae46ffe398e7a3f212b (patch)
treee49b90fcca141610f9fc5056fd24c88166b80d1d
parentb820561b651cfd155c91fc30db7381822b86aa82 (diff)
downloadaur-7f8058077acf781724f29ae46ffe398e7a3f212b.tar.gz
Update to 0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3042866e4be..e2305b11090c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haystack-editor-bin
pkgdesc = An IDE built on top of a canvas, Haystack takes care of the tedious and confusing parts of coding for you
- pkgver = 0.14
+ pkgver = 0.15
pkgrel = 1
url = https://haystackeditor.com
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = haystack-editor-bin
conflicts = haystack-editor
source = haystack-editor.desktop
sha256sums = e60118c2d914911da80fcea2976081d247cdfe8b24ca1baa74ebfadd984784bf
- source_x86_64 = haystack-editor-bin-0.14.zip::https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux.zip
- sha256sums_x86_64 = 0f3f97454f77dd95f09ab7bcb565538d764245548f0f7f52c8e9eb1e23b5c7f8
+ source_x86_64 = https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux-0.15.zip
+ sha256sums_x86_64 = 54b563358cd10bb75b1a45e9376125d495b5817f9077cbbd184e03fdf9d0575d
pkgname = haystack-editor-bin
diff --git a/PKGBUILD b/PKGBUILD
index b29e9a492919..0e9f877930ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Liland <liland@await.sh>
pkgname=haystack-editor-bin
_pkgname=haystack-editor
-pkgver=0.14
+pkgver=0.15
pkgrel=1
pkgdesc="An IDE built on top of a canvas, Haystack takes care of the tedious and confusing parts of coding for you"
arch=('x86_64')
@@ -12,9 +12,9 @@ conflicts=('haystack-editor')
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils alsa-lib)
source=(haystack-editor.desktop)
-source_x86_64=("${pkgname}-${pkgver}.zip::https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux.zip")
+source_x86_64=("https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux-${pkgver}.zip")
sha256sums=('e60118c2d914911da80fcea2976081d247cdfe8b24ca1baa74ebfadd984784bf')
-sha256sums_x86_64=('0f3f97454f77dd95f09ab7bcb565538d764245548f0f7f52c8e9eb1e23b5c7f8')
+sha256sums_x86_64=('54b563358cd10bb75b1a45e9376125d495b5817f9077cbbd184e03fdf9d0575d')
package() {
_pkg="Haystack"