diff options
author | Daniel Liland | 2024-09-01 23:49:28 +0200 |
---|---|---|
committer | Daniel Liland | 2024-09-01 23:49:28 +0200 |
commit | 7f8058077acf781724f29ae46ffe398e7a3f212b (patch) | |
tree | e49b90fcca141610f9fc5056fd24c88166b80d1d | |
parent | b820561b651cfd155c91fc30db7381822b86aa82 (diff) | |
download | aur-7f8058077acf781724f29ae46ffe398e7a3f212b.tar.gz |
Update to 0.15
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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" |