hub 2.14.2~ds1-1ubuntu0.22.04.2 source package in Ubuntu

Changelog

hub (2.14.2~ds1-1ubuntu0.22.04.2) jammy-security; urgency=medium

  * No change build due to golang-1.18 update

 -- Nishit Majithia <email address hidden>  Tue, 02 May 2023 13:44:05 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy security universe misc

Downloads

File Size SHA-256 Checksum
hub_2.14.2~ds1.orig.tar.xz 134.7 KiB bb98143a1ccaf752401a4287f67f24d2d2fc0755ff162f98ddd80a959b749a6b
hub_2.14.2~ds1-1ubuntu0.22.04.2.debian.tar.xz 5.4 KiB ae364308e442b29b0cfcc6a005b49e16c5144656264556cb6b2212e4499a412a
hub_2.14.2~ds1-1ubuntu0.22.04.2.dsc 2.4 KiB db1e68a6806f9a5c934feba32de3ede312c0c2963d41452be663c0ad7a0c51ec

View changes file

Binary packages built by this source

hub: make git easier with GitHub

 hub is a command line tool that wraps git in order to extend it
 with extra functionality that make working with GitHub easier.
 .
   $ hub clone rtomayko/tilt
 .
   # expands to:
   $ git clone git://github.com/rtomayko/tilt.git
 .
 hub is best aliased as git, so you can type "git <command>" in the shell
 and get all the usual hub features.
 .
 You should place this command in your .bash_profile or other
 startup script:
 .
   eval "$(hub alias -s)"
 .
 This package contains the binaries.

hub-dbgsym: debug symbols for hub