diff options
Diffstat (limited to 'mirror')
-rw-r--r-- | mirror/.SRCINFO | 4 | ||||
-rw-r--r-- | mirror/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mirror/.SRCINFO b/mirror/.SRCINFO index 41d17a1..a9e6910 100644 --- a/mirror/.SRCINFO +++ b/mirror/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = mirror pkgdesc = Script that copies git repositories in bulk - pkgver = 20240101.3 + pkgver = 20240119.1 pkgrel = 1 arch = any license = None depends = url - source = mirror::git+https://git.ignore.pl/mirror#commit=e86cd13 + source = mirror::git+https://git.ignore.pl/mirror#commit=c9c1d5c sha256sums = SKIP pkgname = mirror diff --git a/mirror/PKGBUILD b/mirror/PKGBUILD index 217efea..9c534e0 100644 --- a/mirror/PKGBUILD +++ b/mirror/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aki <please at ignore pl> pkgname=mirror -_commit=e86cd13 -pkgver=20240101.3 +_commit=c9c1d5c +pkgver=20240119.1 pkgrel=1 license=(None) pkgdesc='Script that copies git repositories in bulk' |