summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2021-08-01 20:47:13 +0200
committerNarrat2021-08-01 20:47:13 +0200
commit118bab6b4f91173fca55e75d74cc2b98326211c0 (patch)
tree78045cbf582ada17f41df2a0f573630cec83520d
parentb2c0ec9e33be9da4ab84953e74d09ece6fab686c (diff)
downloadaur-118bab6b4f91173fca55e75d74cc2b98326211c0.tar.gz
Prosody-mod-http-libjs: update to latest commit
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d12d89af2f5..e66a67cc88ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = prosody-mod-http-libjs
pkgdesc = Serve common Javascript libraries
- pkgver = 2020.09.11
- pkgrel = 2
+ pkgver = 2021.06.29
+ pkgrel = 1
url = https://modules.prosody.im/mod_http_libjs.html
arch = any
license = MIT
@@ -9,8 +9,7 @@ pkgbase = prosody-mod-http-libjs
depends = prosody
optdepends = jquery: for the default html templates
optdepends = bootstrap: for the default html templates
- source = hg+https://hg.prosody.im/prosody-modules/#revision=de2390d6bbe4
+ source = hg+https://hg.prosody.im/prosody-modules/#revision=f0efbb0b0b5b
sha1sums = SKIP
pkgname = prosody-mod-http-libjs
-
diff --git a/PKGBUILD b/PKGBUILD
index 2557ac59ac45..301bb8dd6680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=prosody-mod-http-libjs
-pkgver=2020.09.11
-pkgrel=2
-_commit="de2390d6bbe4"
+pkgver=2021.06.29
+pkgrel=1
+_commit="f0efbb0b0b5b"
pkgdesc="Serve common Javascript libraries"
arch=('any')
url="https://modules.prosody.im/mod_http_libjs.html"