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


Commits:
a881fa23 by Robin Candau at 2024-05-02T13:24:31+02:00
upgpkg: 1.7.2.0-1: New upstream release
https://github.com/89luca89/distrobox/releases/tag/1.7.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.7.1.0
-pkgrel=2
+pkgver=1.7.2.0
+pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
 url="https://distrobox.it";
@@ -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=('71af97c7033cdd3f2679e922b52e5b6c801d697af63bbe3f9d771948c6575e90')
+sha256sums=('10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596')
 
 package() {
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to