summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Gabriel Gruber2023-12-22 14:55:33 -0300
committerJosé Gabriel Gruber2023-12-22 14:55:33 -0300
commitbcd3df788ab369e0de17cf4cff5209e5cc6f16c2 (patch)
tree2ec45a9a6b40e3d54573616aea06839db044df74
parent3edecd6e314a474a50151d9659106c13f30136a3 (diff)
downloadaur-bcd3df788ab369e0de17cf4cff5209e5cc6f16c2.tar.gz
Major improvements in the templ
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 814e7e8f39fa..127074d89e6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = templ-bin
pkgdesc = A language for writing HTML user interfaces in Go.
- pkgver = 0.2.476
+ pkgver = 0.2.501
pkgrel = 1
url = https://github.com/a-h/templ
arch = x86_64
license = MIT
provides = templ
conflicts = templ
- source_x86_64 = templ-x86-x64-0.2.476.tar.gz::https://github.com/a-h/templ/releases/download/v0.2.476/templ_Linux_x86_64.tar.gz
+ source_x86_64 = templ-x86-x64-0.2.501.tar.gz::https://github.com/a-h/templ/releases/download/v0.2.501/templ_Linux_x86_64.tar.gz
sha256sums_x86_64 = b2b8012949a870e9e5cb2567be5d87adbaa32bb31043b5f4949747481a02a48b
pkgname = templ-bin
diff --git a/PKGBUILD b/PKGBUILD
index da24d40308f9..25824d074c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: thdxr (original PKGBUILD)
# Contributor: Noel Jacob (bun-bin PKGBUILD)
pkgname=templ-bin
-pkgver=0.2.476
+pkgver=0.2.501
pkgrel=1
pkgdesc="A language for writing HTML user interfaces in Go."
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/a-h/templ"
license=('MIT')
provides=('templ')
conflicts=('templ')
-sha256sums_x86_64=("b2b8012949a870e9e5cb2567be5d87adbaa32bb31043b5f4949747481a02a48b")
+sha256sums_x86_64=("fb1df6cab2a139650ea25acc21dd8f02f542bf97ea2951380bcbf63c8af3cdf1")
source_x86_64=("templ-x86-x64-${pkgver}.tar.gz::https://github.com/a-h/templ/releases/download/v${pkgver}/templ_Linux_x86_64.tar.gz")
build() {
install -dm755 "completions"