George Hu pushed to branch main at Arch Linux / Packaging / Packages / retry


Commits:
b1f355b2 by George Hu at 2025-09-23T10:03:25+08:00
upgpkg: 1.0.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = retry
        pkgdesc = Repeat a command until the command succeeds.
-       pkgver = 1.0.5
-       pkgrel = 2
+       pkgver = 1.0.6
+       pkgrel = 1
        url = https://github.com/minfrin/retry
        arch = x86_64
        license = Apache-2.0
        depends = glibc
-       source = 
https://github.com/minfrin/retry/releases/download/retry-1.0.5/retry-1.0.5.tar.gz
-       sha256sums = 
09a75450153e65aca1cd5fa366d54a314050f8f19e8ba5747656c5b673b65fdf
+       source = 
https://github.com/minfrin/retry/releases/download/retry-1.0.6/retry-1.0.6.tar.gz
+       sha256sums = 
c208baf759134da27012042ccc30df7d995ed038d7d5602db7dbda3becb34827
 
 pkgname = retry


=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
 # Contributor: Fernando Barillas < aur at fbis251 dot com >
 
 pkgname=retry
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="Repeat a command until the command succeeds."
 arch=("x86_64")
 url="https://github.com/minfrin/retry";
 license=("Apache-2.0")
 depends=('glibc')
 
source=("https://github.com/minfrin/retry/releases/download/retry-$pkgver/retry-$pkgver.tar.gz";)
-sha256sums=('09a75450153e65aca1cd5fa366d54a314050f8f19e8ba5747656c5b673b65fdf')
+sha256sums=('c208baf759134da27012042ccc30df7d995ed038d7d5602db7dbda3becb34827')
 
 build() {
   cd retry-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/retry/-/commit/b1f355b2e2814867c550def98f7a859ce8e89e4b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/retry/-/commit/b1f355b2e2814867c550def98f7a859ce8e89e4b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to