Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
distrobox


Commits:
b9077998 by Robin Candau at 2024-05-06T12:38:53+02:00
upgpkg: 1.7.2.1-1: New upstream release
https://github.com/89luca89/distrobox/releases/tag/1.7.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = distrobox
        pkgdesc = Use any linux distribution inside your terminal.
-       pkgver = 1.7.2.0
+       pkgver = 1.7.2.1
        pkgrel = 1
        url = https://distrobox.it
        arch = any
@@ -9,7 +9,7 @@ pkgbase = distrobox
        depends = hicolor-icon-theme
        optdepends = docker: Docker support
        optdepends = podman: Podman support
-       source = 
distrobox-1.7.2.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.2.0.tar.gz
-       sha256sums = 
10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596
+       source = 
distrobox-1.7.2.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.2.1.tar.gz
+       sha256sums = 
ff2cca0c6334fff6ed577d23f68a6746ad4009f42d8a45eef5ca3850c895a4bb
 
 pkgname = distrobox


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.7.2.0
+pkgver=1.7.2.1
 pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
@@ -12,7 +12,7 @@ depends=('bash' 'hicolor-icon-theme')
 optdepends=('docker: Docker support'
            'podman: Podman support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/89luca89/distrobox/archive/${pkgver}.tar.gz";)
-sha256sums=('10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596')
+sha256sums=('ff2cca0c6334fff6ed577d23f68a6746ad4009f42d8a45eef5ca3850c895a4bb')
 
 package() {
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/b9077998a90c814c2747d0910d76b81c3773e68a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/b9077998a90c814c2747d0910d76b81c3773e68a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to