Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!783
user/tmux: bump { 3.3a --> 3.5 }.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
user/tmux: bump { 3.3a --> 3.5 }.
djt/packages:current
into
current
Overview
3
Commits
1
Pipelines
0
Changes
1
Merged
Dan Theisen
requested to merge
djt/packages:current
into
current
5 months ago
Overview
3
Commits
1
Pipelines
0
Changes
1
Expand
This seems to fix some segfaults on ppc64
0
0
Merge request reports
Compare
current
version 1
62b0b4ee
5 months ago
current (base)
and
latest version
latest version
0bf42375
1 commit,
5 months ago
version 1
62b0b4ee
1 commit,
5 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
user/tmux/APKBUILD
+
2
−
2
Options
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Zach van Rijn <me@zv.io>
pkgname
=
tmux
pkgver
=
3.
3a
pkgver
=
3.
5
pkgrel
=
0
pkgdesc
=
"Tool to control multiple terminals from a single terminal"
url
=
"https://github.com/tmux/tmux/wiki"
@@ -36,4 +36,4 @@ package() {
install
-m644
"README"
"
$pkgdir
"
/usr/share/doc/
$pkgname
/
}
sha512sums
=
"
29a846df7d93601c42a22f84f606931dc65da1f70b67d351d0425f77ea3affe3e8218b2940d42cd3dadf3cd1aa95032daad3ecb14fbff0f69939d1beae0498c7
tmux-3.
3a
.tar.gz"
sha512sums
=
"
bb3ca1ae8b330c3efc8fcbe8a65a40f78beadaf08c79265f6377c4187d26028e485e5404b832bbea16b170fd9bbdf2f1554d67dd3b1289e183fca19df460b695
tmux-3.
5
.tar.gz"
Loading