summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-12-29 23:52:03 +0100
committerGianluca Boiano2021-12-29 23:52:03 +0100
commite66cfbeb518ac7dcc5285318538474f1c7461eed (patch)
treeea937057beba1d4903dd7676f3961fb249b49624
parent6762cba4f42c5c31f85e70249ab2be6be897d284 (diff)
downloadaur-e66cfbeb518ac7dcc5285318538474f1c7461eed.tar.gz
distrobox: 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e891443eba1..05cb49c80bf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = distrobox
pkgdesc = Use any linux distribution inside your terminal.
- pkgver = 1.2.4
+ pkgver = 1.2.5
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.4.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.4.tar.gz
- sha256sums = d11aa2909823170743d640e0615875215d436a476165d3d8e8dfc42ace4ef55e
+ source = distrobox-1.2.5.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.5.tar.gz
+ sha256sums = 22edfd4c2f09a05274105feffe293b1c1cf61c48c3a933c11cbcb1806cfca857
pkgname = distrobox
diff --git a/PKGBUILD b/PKGBUILD
index 073beb6c1921..cbe0dade838b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=distrobox
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="Use any linux distribution inside your terminal."
arch=('any')
@@ -19,4 +19,4 @@ package() {
./install -p "${pkgdir}/usr/bin"
}
-sha256sums=('d11aa2909823170743d640e0615875215d436a476165d3d8e8dfc42ace4ef55e')
+sha256sums=('22edfd4c2f09a05274105feffe293b1c1cf61c48c3a933c11cbcb1806cfca857')