summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladislav2024-03-17 16:44:26 +0300
committerVladislav2024-03-17 16:44:26 +0300
commitad4778b97c2b2d3346a4823e47796b52b62755e2 (patch)
tree26503a2878cbcf1abd118728c6e46378307ea5c1 /PKGBUILD
parentffa4427b37bb70b3c77a938f7c09207ca3100d8d (diff)
downloadaur-ad4778b97c2b2d3346a4823e47796b52b62755e2.tar.gz
4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a1f258aafcf..5698ff52bdd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: VVL <me@ivvl.ru>
pkgname=shlink-web-client
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="A ReactJS-based progressive web application for Shlink"
arch=('any')
@@ -10,7 +10,7 @@ optdepends=('nginx: reverse-proxy')
makedepends=('nodejs' 'npm')
license=('MIT')
source=("https://github.com/shlinkio/shlink-web-client/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('effd4c263d1d15e5fbb8ec4031c45f16cec7528ef7a779cc684f404be6c83850867a71c1be20787d497bb5e9b5e84b45a4ee842e214a41f51e3f79407a7126a8')
+sha512sums=('b1872d79e3f84c9bbe65af96d3209afb7285d5e3d27dfbfc429c10ea34b3f26f93654c08aaf2191f6c545a19863fe469b618750d2315137fd3ab378cf8bf299a')
build() {
cd "$pkgname-$pkgver"