diff options
Diffstat (limited to 'repos/extra/birch/abuild')
| -rw-r--r-- | repos/extra/birch/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/birch/abuild b/repos/extra/birch/abuild index 2f7312bc..16eec0e8 100644 --- a/repos/extra/birch/abuild +++ b/repos/extra/birch/abuild @@ -1,7 +1,8 @@ name=birch -version=27691aa4fb2746f73c373e6653c1fb17795729f9 +version=20200516 +commit=27691aa4fb2746f73c373e6653c1fb17795729f9 release=1 -source="$name-$version.tar.gz::https://github.com/dylanaraps/${name}/archive/${version}.tar.gz" +source="$name-$commit.tar.gz::https://github.com/dylanaraps/${name}/archive/${commit}.tar.gz" build() { install -Dm755 birch $PKG/usr/bin/birch |