summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Clayfield2024-10-13 18:14:16 +1100
committerMichael Clayfield2024-10-13 18:14:16 +1100
commitf9f190dc0aa59ea1d2c65f901622e480ca174a69 (patch)
tree29b69e97056ca25901fc883d84bc0023e5e8278b /PKGBUILD
parentc75b4c8462b217fbae1b08a57db355c038a83f83 (diff)
downloadaur-cup-docker.tar.gz
updated to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37ae7089bc45..9a6ae1370bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cup
pkgname=$_pkgname-docker
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="Cup is the easiest way to check for container image updates."
url="https://github.com/sergi0g/cup"
@@ -10,7 +10,7 @@ makedepends=('cargo' 'bun' 'typescript')
arch=('x86_64' 'aarch64')
license=('MIT')
source=("https://github.com/sergi0g/cup/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('3d200b243e83e4cdda403b3888f9596b9975e4c37066f95f4d8edf89b0edeafb')
+sha256sums=('a8f983b890fdf6d1198e5c49882889347cfe9d3ed9fdd3c39d473280f663a0c3')
prepare() {
cd "$_pkgname-$pkgver"