makedeb
Simple terminal UI for git commands
Click here to go back to the commit logs for lazygit.
Hash: 22c1a82d6dafe1066f94a2a7f5ca66c70fa20106
Message: Upgraded to 0.33
diff --git a/.SRCINFO b/.SRCINFO
index a764b65..d806778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
pkgbase = lazygit
pkgdesc = Simple terminal UI for git commands
- pkgver = 0.32.2
- pkgrel = 3
+ pkgver = 0.33
+ pkgrel = 1
url = https://github.com/jesseduffield/lazygit
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = lazygit
depends = libc6-dev
conflicts = lazygit-git
conflicts = lazygit-bin
- source = git+https://github.com/jesseduffield/lazygit.git#tag=v0.32.2
+ source = git+https://github.com/jesseduffield/lazygit.git#tag=v0.33
sha256sums = SKIP
pkgname = lazygit
diff --git a/PKGBUILD b/PKGBUILD
index 657baed..37c0ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname="lazygit"
_gitname="lazygit"
-pkgver="0.32.2"
-pkgrel="3"
+pkgver="0.33"
+pkgrel="1"
pkgdesc='Simple terminal UI for git commands'
url='https://github.com/jesseduffield/lazygit'
arch=('x86_64')