summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornumToStr2022-07-08 08:12:56 +0000
committernumToStr2022-07-08 08:12:56 +0000
commit90c84a8166eb75a90bdb62ecfc497d005b83f00e (patch)
tree401fa341f3a75a7dbbfd4ef23e86348dbebec8ba
parent8964c57dc982db466d95f31c33979aac2316fe91 (diff)
downloadaur-90c84a8166eb75a90bdb62ecfc497d005b83f00e.tar.gz
0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1f335b6628..ef2a30514770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lemmy-help
pkgdesc = Emmylua parser and transformer
- pkgver = v0.0.4
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/numToStr/lemmy-help
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = lemmy-help
license = MIT
provides = lemmy-help
conflicts = lemmy-help
- source_x86_64 = https://github.com/numToStr/lemmy-help/releases/download/v0.0.4/lemmy-help-x86_64-unknown-linux-gnu.tar.gz
+ source_x86_64 = https://github.com/numToStr/lemmy-help/releases/download/0.5.0/lemmy-help-x86_64-unknown-linux-gnu.tar.gz
md5sums_x86_64 = SKIP
- source_aarch64 = https://github.com/numToStr/lemmy-help/releases/download/v0.0.4/lemmy-help-aarch64-unknown-linux-gnu.tar.gz
+ source_aarch64 = https://github.com/numToStr/lemmy-help/releases/download/0.5.0/lemmy-help-aarch64-unknown-linux-gnu.tar.gz
md5sums_aarch64 = SKIP
- source_armv7 = https://github.com/numToStr/lemmy-help/releases/download/v0.0.4/lemmy-help-armv7-unknown-linux-gnueabihf.tar.gz
+ source_armv7 = https://github.com/numToStr/lemmy-help/releases/download/0.5.0/lemmy-help-armv7-unknown-linux-gnueabihf.tar.gz
md5sums_armv7 = SKIP
pkgname = lemmy-help
diff --git a/PKGBUILD b/PKGBUILD
index 975d2ef3a39c..19ada4f07231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: numToStr <sudo@vikasraj.dev>
pkgname=lemmy-help
-pkgver=v0.0.4
+pkgver=0.5.0
pkgrel=1
pkgdesc="Emmylua parser and transformer"
arch=('x86_64' 'aarch64' 'armv7')