summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-01-10 10:24:37 +0100
committerGianluca Boiano2022-01-10 10:24:37 +0100
commit99980e8d9d9f6a9bc830f9c8acfa1461f5d8fde6 (patch)
treedae4f9442eaf17fb363735b932408aef005924c2
parent18df64bd002bedeb7ae28529f24ccc81ae07957b (diff)
downloadaur-99980e8d9d9f6a9bc830f9c8acfa1461f5d8fde6.tar.gz
distrobox: 1.2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43244998773e..89ab70ee4b15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = distrobox
pkgdesc = Use any linux distribution inside your terminal.
- pkgver = 1.2.9
+ pkgver = 1.2.10
pkgrel = 1
url = https://github.com/89luca89/distrobox
arch = any
license = GPL3
optdepends = docker: enable docker usage
optdepends = podman: enable podman usage
- source = distrobox-1.2.9.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.9.tar.gz
- sha256sums = 643c3e91a8e687d2887b4d3ab7d061165eb1f690434abbde4150840e37b2b194
+ source = distrobox-1.2.10.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.10.tar.gz
+ sha256sums = 34487398bc89fc141ba5fcae4d9136598e4c3df5584fbe1ec67d4c9a45040748
pkgname = distrobox
diff --git a/PKGBUILD b/PKGBUILD
index e047ecedf3dd..965139d181b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=distrobox
-pkgver=1.2.9
+pkgver=1.2.10
pkgrel=1
pkgdesc="Use any linux distribution inside your terminal."
arch=('any')
@@ -19,4 +19,4 @@ package() {
./install -p "${pkgdir}/usr/bin"
}
-sha256sums=('643c3e91a8e687d2887b4d3ab7d061165eb1f690434abbde4150840e37b2b194')
+sha256sums=('34487398bc89fc141ba5fcae4d9136598e4c3df5584fbe1ec67d4c9a45040748')