diff options
author | éclairevoyant | 2023-07-27 02:36:20 -0400 |
---|---|---|
committer | éclairevoyant | 2023-07-27 02:36:20 -0400 |
commit | cce7dc38a61d8bbcb8f4823a8fdd05f45aa99d08 (patch) | |
tree | 4e297027b9a3bb42ce14ba432c171f40259dc636 | |
parent | ff6fa62a440cdbfd42b26a09f2ae61f18c40bff4 (diff) | |
download | aur-cce7dc38a61d8bbcb8f4823a8fdd05f45aa99d08.tar.gz |
happyx: upgpkg 1.10.1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = happyx pkgdesc = Macro-oriented asynchronous full-stack web-framework, written in Nim - pkgver = 1.9.0 + pkgver = 1.10.1 pkgrel = 1 url = https://github.com/HapticX/happyx arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = happyx makedepends = git depends = gcc-libs depends = glibc - source = git+https://github.com/HapticX/happyx.git#commit=32d7dc13fa00ff2a7084546eac30347f433c7d69 + source = git+https://github.com/HapticX/happyx.git#commit=ff4e6fc5f5104b737cfdffca4a9ec011752f5079 b2sums = SKIP pkgname = happyx @@ -1,7 +1,7 @@ # Maintainer: éclairevoyant pkgname=happyx -pkgver=1.9.0 +pkgver=1.10.1 pkgrel=1 pkgdesc="Macro-oriented asynchronous full-stack web-framework, written in Nim" arch=(x86_64) @@ -9,7 +9,7 @@ url="https://github.com/HapticX/$pkgname" license=(GPL3) depends=(gcc-libs glibc) makedepends=(choosenim git) -source=("git+$url.git#commit=32d7dc13fa00ff2a7084546eac30347f433c7d69") +source=("git+$url.git#commit=ff4e6fc5f5104b737cfdffca4a9ec011752f5079") b2sums=('SKIP') _setup() { |