Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayosec committed Dec 27, 2019
1 parent 14c67f8 commit 1dca4c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

TARGET="$(dirname "$0" | xargs realpath)"
VERSION="3.4.1"
VERSION="3.4.2"
IMAGE="debian:buster"

while getopts "v:i:h" opt
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

BRANCH="${VERSION:-3.4.1}"
BRANCH="${VERSION:-3.4.2}"
TARGET="$PWD"
DEBIAN_FRONTEND=noninteractive
DEB_BUILD_OPTIONS=parallel=$(nproc)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
polybar (3.4.2-1) unstable; urgency=medium

* Version 3.4.2

-- Ayose <ayosec@gmail.com> Thu, 27 Dec 2019 00:00:00 +0000

polybar (3.4.1-1) unstable; urgency=medium

* Version 3.4.1
Expand Down

0 comments on commit 1dca4c3

Please sign in to comment.